This Laravel package can cache an entire response. By default, it will cache all successful get-requests that return text-based content (such as HTML and json) for a week. This could potentially speed up the response quite considerably. So the first time a request comes in the package will save the response before sending it to the users. When the same request comes in again we're not going through the entire application but just respond with the saved response.
Features
- By default, the package will cache all successful GET requests for a week
- Documentation available
- Use a console command
- Use model events
- Forget one or several specific URIs
- Prevent a request from being cached
- Purposefully bypass the cache
Categories
FrameworksLicense
MIT LicenseFollow Laravel Response Cache
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Laravel Response Cache!