made with Laravel

Fast Paginate for Laravel

Offset/limit Pagination Implementation

Visit Site

Description

Offset/limit Pagination Implementation

"Fast Paginate offers a fast limit/offset pagination macro for Laravel. It can be used in place of the standard paginate methods.

This packages uses a SQL method similar to a "deferred join" to achieve this speedup. A deferred join is a technique that defers access to requested columns until after the offset and limit have been applied.

In our case we don't actually do a join, but rather a where in with a subquery. Using this technique we create a subquery that can be optimized with specific indexes for maximum speed and then use those results to fetch the full rows.

The benefits can vary based on your dataset, but this method allows the database to examine as little data as possible satisfy the user's intent."


Creator

Aaron Francis
@aarondfrancis


Social Media Links

Laravel Spy Track & Log Outgoing HTTP Requests
icon-eye-dark Created with Sketch. 329
Turbo Laravel Use Hotwire Turbo in your Laravel Apps
icon-eye-dark Created with Sketch. 2.409
Sentry for Laravel Laravel Application Monitoring
❀️ Sponsored by Friends
We’re hosting on Digital Ocean! πŸ’™ Try it today and get a free $100 credit.
jwt-auth πŸ” JSON Web Token Authentication
icon-eye-dark Created with Sketch. 1.203
Laravel OPcache Artisan commands for PHP OPcache
icon-eye-dark Created with Sketch. 3.058