Below you will find pages that utilize the taxonomy term “Connection Pooling”
Posts
API Performance Optimization: Compression, Connection Pooling, and N+1 Queries
API performance problems fall into two categories: the ones that appear immediately during development and are fixed before they matter, and the ones that are invisible during development and catastrophic at production scale. The second category is where the interesting work is. Understanding where APIs slow down under load — and the specific techniques that address each cause — is the difference between an API that performs at scale and one that requires emergency remediation after launch.