AntiPattern
Cache Hook Placement
cache-directive-placement
Cache-scoped directives like "use cache" (and related tag-based caching) must execute at the top of the function body; otherwise caching won’t apply and data will Suspend/fetch on the server instead of hydrating correctly.