Django Pagination Performance

Improve Django and Django REST Framework pagination for large querysets using bounded page sizes, stable ordering, indexed ordering, offset limits, keyset pagination, DRF CursorPagination, and count-query tradeoffs. Use when list pages, admin views, APIs, exports, or infinite scroll become slow, inconsistent, or memory-heavy as result sets grow.

thedixitjain 153e516 2 files · 4.5 KB Updated 2 repo stars

File contents

thedixitjain/the-mega-skill-library/tree/main/library/engineering-core/django-pagination-performance commit 153e5164b4

Frequently asked questions

npx skillmds add thedixitjain/django-pagination-performance