-
Performance
Turn on gzip/brotli compression for my app
Verifies text responses are compressed at the server or CDN and enables brotli/gzip where they are not.
Free Prompt
What This Does / How This Helps
Verifies your text responses are actually compressed in production and enables brotli or gzip at the right layer. Compression is the single cheapest performance win that exists, and a surprising number of deployed apps skip it because the framework does not do it by default and the developer assumed the platform did. Uncompressed JavaScript and JSON over mobile connections is a self-inflicted slow app. The prompt checks what production actually serves first (assumptions here are often wrong), enables compression at exactly one layer to avoid double-compression, keeps it away from already-compressed formats, and measures the savings so you know it worked.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).