-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
agenticAI/agent-related featuresAI/agent-related featurescomplexity:largeMore than 1 dayMore than 1 daylang:phpPHP/LaravelPHP/Laravel
Description
Overview
Eliminate performance bottlenecks: fix N+1 queries, remove unbounded ::all() calls, and add HTTP caching headers.
Children
- performance(queries): fix N+1 queries in ConfigResolver, AdminMenuRegistry, activity feed, SeoScoreTrend #88 — performance(queries): fix N+1 queries in ConfigResolver, AdminMenuRegistry, activity feed, SeoScoreTrend
- performance(queries): replace ::all() with chunking/cursors #89 — performance(queries): replace ::all() with chunking/cursors
- performance(http): add caching headers middleware #91 — performance(http): add caching headers middleware
Previously Created (existing)
Exit Criteria
No N+1 queries in listed areas. No unbounded ::all() calls. Caching headers set for all public routes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
agenticAI/agent-related featuresAI/agent-related featurescomplexity:largeMore than 1 dayMore than 1 daylang:phpPHP/LaravelPHP/Laravel