| Pagination Type | Elapsed Time |
|---|---|
| $query->paginate(10) | ~8 seconds |
| $query->fastPaginate(10) | ~6 seconds |
| $query->simplePaginate(10) | ~4 seconds |
| $query->cursorPaginate(10) | ~3 seconds |
laravel-trials/cursor-vs-offset-pagination
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
