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
The sales CRM that makes your life easy, so all you have to do is sell.
Welcome to the simpler way to sell. Pipedrive is CRM software that makes your life easy, for less legwork and more sales.
Let us track your sales conversations, eliminate admin tasks, get you more leads and uncover how you win, because your day belongs to you.
Join more than 100,000 sales teams around the world that use the CRM rated #1 by SoftwareReviews in 2019. Start your free 14-day trial and get full access – no credit card needed.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Fast Paginate for Laravel!