Implement Pagination / Limit for the Dashboard #6

Closed
opened 2026-04-03 12:22:15 +02:00 by schreifuchs · 0 comments
Owner

Where: src/routes/+page.server.ts
Why: Querying all records joined with ratings will scale poorly.
Fix: Add a .limit() clause and consider basic pagination or infinite scrolling.

**Where:** `src/routes/+page.server.ts` **Why:** Querying all records joined with ratings will scale poorly. **Fix:** Add a `.limit()` clause and consider basic pagination or infinite scrolling.
schreifuchs added the ai-generated label 2026-04-03 12:26:22 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: schreifuchs/aktiteil#6