• Laravel
  • PHP
  • Laravel Responsecache – Speed up app by caching the entire response

    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.

    Are you a visual learner? Then watch this video that covers how you can use laravel-responsecache and how it works under the hood.

    Github: https://github.com/spatie/laravel-responsecache

    Để lại một bình luận

    Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *

    1 mins