Libraries tagged by Query Cache
rennokki/laravel-eloquent-query-cache
3280424 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laragear/cache-query
77710 Downloads
Remember your query results using only one method. Yes, only one.
ymigval/laravel-model-cache
4001 Downloads
Laravel package for caching Eloquent model queries
elipzis/laravel-cacheable-model
25757 Downloads
Automatic query-based model cache for your Laravel app
bear/query-repository
462043 Downloads
AboutResource Query Responsibility Segregation (RQRS) is a caching framework for BEAR.Sunday that optimizes performance by separating query and command responsibilities. It features event-driven cache invalidation, dependency resolution, donut caching, CDN integration, and conditional requests.
rinvex/laravel-cacheable
127188 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
mostafaznv/laracache
36562 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
geeky/query-cache-builder
70033 Downloads
This package is caching every single query per request, to make sure that you will never duplicate your query again.
neurony/laravel-query-cache
21996 Downloads
Cache all {select} queries or only the duplicate ones for a specific Eloquent model
miradnan/laravel-model-caching
10105 Downloads
Adding cache for Laravel Eloquent queries
affordablemobiles/laravel-eloquent-query-cache
3533 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
infinityloop-dev/graphpinator-persisted-queries
14979 Downloads
Module to persist validated query in cache and improve performace of repeating queries.
eusonlito/laravel-database-cache
3653 Downloads
Cache Database Query results on Laravel Query Builder or Eloquent
fdmind/ignore-query-strings
1305 Downloads
If your website has static caching on, and you drive traffic to it from social media, Google Ads and other sources that add query string parameters to the URL, there is a chance that each time new user visits a page, it will not be served from cache, but will be generated from scratch. This is because the URL with query string parameters is treated as a different URL from the one without query string parameters.
darkghosthunter/rememberable-query
19429 Downloads
Remember a Query results in one expressive line