This is a fast limit/offset pagination macro for Laravel. It can be used in place of the standard paginate methods. This package 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.
Features
- This package supports Laravel 8, 9, and 10
- Documentation available
- Examples available
- Uses a SQL method similar to a "deferred join" to achieve this speedup
- The benefits can vary based on your dataset
- Examine as little data as possible to satisfy the user's intent
Categories
FrameworksLicense
MIT LicenseFollow Fast Paginate for Laravel
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Fast Paginate for Laravel!