Libraries tagged by Query Cache
rennokki/laravel-eloquent-query-cache
3426129 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laragear/cache-query
87943 Downloads
Remember your query results using only one method. Yes, only one.
elipzis/laravel-cacheable-model
31137 Downloads
Automatic query-based model cache for your Laravel app
ymigval/laravel-model-cache
8665 Downloads
Laravel package for caching Eloquent model queries
bear/query-repository
481271 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
128007 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
38335 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
geeky/query-cache-builder
72395 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
22617 Downloads
Cache all {select} queries or only the duplicate ones for a specific Eloquent model
darkghosthunter/rememberable-query
19523 Downloads
Remember a Query results in one expressive line
miradnan/laravel-model-caching
11202 Downloads
Adding cache for Laravel Eloquent queries
inpvlsa/magento-clockwork
317 Downloads
Development tool for Magento 2 with timeline, database queries, cache, templates, and more. Built on Clockwork.
affordablemobiles/laravel-eloquent-query-cache
4640 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
infinityloop-dev/graphpinator-persisted-queries
15695 Downloads
Module to persist validated query in cache and improve performace of repeating queries.
fdmind/ignore-query-strings
1920 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.