Ross ROSS = Recommend OSS · open-source software intelligence for agents

aarondfrancis/fast-paginate

A fast implementation of offset/limit pagination for Laravel. observed · 2026-08-28

github.com/aarondfrancis/fast-paginate · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

47/100

  • Activity 54
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1688
  • days_rel: 554
  • days_push: 278
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1371 stars · 70 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Laravel package providing a drop-in fastPaginate() macro that speeds up offset/limit pagination using a deferred-join-style subquery technique. It fetches only IDs in the paginated subquery before retrieving full rows, minimizing data examined by the database.

Use cases

  • paginate large Laravel tables quickly
  • speed up deep offset pagination on MySQL
  • replace paginate() with a faster drop-in
  • paginate Eloquent relationships efficiently
  • reduce database load for paginated list pages

When to choose

  • you use Laravel and standard paginate() is slow on large datasets
  • you need deep-page offset pagination performance without switching to cursor pagination
  • you want a drop-in replacement with the same API

When to avoid

  • you're not using Laravel or Eloquent
  • you need cursor/keyset pagination semantics
  • your dataset is small enough that default pagination is fine

Facets

library · maturity stable

database orm databases web-development performance php laravel pagination deferred-join query-optimization eloquent

1 source

Member repositories

RepositoryRoleHealth v2
aarondfrancis/fast-paginatemain47

For agents

markdown · JSON · MCP: product_card(name="aarondfrancis/fast-paginate")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem