artisan-cache-debug
Simple artisan command to debug your redis cache. Requires PHP 8.1 & Laravel 9 (by juampi92)
laravel-responsecache
Speed up a Laravel app by caching the entire response (by spatie)
| artisan-cache-debug | laravel-responsecache | |
|---|---|---|
| 1 | 2 | |
| 17 | 2,802 | |
| - | 0.6% | |
| 3.8 | 7.0 | |
| over 2 years ago | 12 days ago | |
| PHP | PHP | |
| MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
artisan-cache-debug
Posts with mentions or reviews of artisan-cache-debug.
We have used some of these posts to build our list of alternatives
and similar projects.
-
`php artisan cache:debug` : A simple package to debug your redis cache
juampi92/artisan-cache-debug
laravel-responsecache
Posts with mentions or reviews of laravel-responsecache.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Fixing Spatie's Laravel ResponseCache to Respect Accept-Language
I was using Spatie’s Laravel ResponseCache package. It’s rock solid, it works out of the box, and it’s built by people I trust. But here’s the kicker: I turned it on in production and suddenly my multilingual API was speaking one language only. The first request cached in English. Every Arabic request after that? Still English.
-
Implement Redis server to existing large scale Laravel application
Laravel-responsecache might be what you are looking for.
What are some alternatives?
When comparing artisan-cache-debug and laravel-responsecache you can also consider the following projects:
laravel-ray - Debug with Ray to fix problems faster in Laravel apps
CacheQuery - Remember your query results using only one method. Yes, only one.
laravel-eloquent-query-cache - Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-xhprof - Easy XHProf setup to profile your Laravel application!