Advanced
Welcome to the advanced power user guide for tuning and scaling your application. This section covers configuration and performance topics that go beyond the defaults, including caching behavior, debug logging, and CPU-intensive callback patterns.
In This Section
| Page | What it covers |
|---|---|
| Caching | How aiohttp-client-cache works per driver instance, what is and isn't cached, and how to configure the SQLite backend |
| Logging & Debugging | Enabling debug mode, configuring the debug dict, reading log output, and walking through a sample logfile |
| CPU-Intensive Tasks | When to use ProcessPoolExecutor, pickling constraints, and performance trade-offs vs ThreadPoolExecutor |