Library
Performance
Lazy loading, caching strategy, N+1 prevention, and async patterns.
Async Patterns
Advisory- Topic: performance, architecture
Caching Strategy
Advisory- Topic: performance, architecture
Connection Pooling
Soft- Topic: performance, database
Database Indexing Strategy
Soft- Topic: performance, database
Debounce & Throttle
Advisory- Topic: performance, user-interface
Lazy Loading
Advisory- Topic: performance, quality
Memory Management
Advisory- Topic: performance, runtime
Pagination Patterns
Advisory- Topic: performance, api-design
N+1 Query Prevention
Soft- Topic: performance, quality