AntiPattern
Framework-Specific Ordering Constraints
framework-ordering-misuse
Cache directives and streaming/response utilities fail when they’re not used in the exact required order: placing use cache after other statements, or mixing buffer sending with mismatched headers causes stale data, incorrect downloads, or unintended server fetches.