Expand description
Performance optimization module
This module provides performance enhancements for Supabase operations:
- Connection Pooling: Efficient HTTP client connection management
- Request Caching: Intelligent API response caching
- Batch Operations: Multi-request optimization
- Compression: Request/response compression support
Structsยง
- Batch
Config - Batch processing configuration
- Batch
Operation - Batch operation
- Batch
Processor - Batch processing for multiple operations
- Batch
Result - Batch execution result
- Cache
Config - Cache configuration
- Cache
Entry - Cache entry with metadata
- Connection
Pool - Connection pool for HTTP clients
- Connection
Pool Config - Connection pool configuration
- Performance
- Performance optimization manager
- Performance
Metrics - Performance metrics
- Request
Cache - Request cache for API responses