Concept Flow - Static file optimization
Client requests static file
Flask serves static file
Apply optimization: minify, compress
Send optimized file to client
Client caches file for faster reload
This flow shows how Flask handles static files by serving them, applying optimizations like compression, and then sending them to the client who caches them.