Libraries tagged by cachefs
jeffersongoncalves/laravel-favicon-proxy
18 Downloads
A Laravel package that proxies and server-side caches website favicons (Google S2 by default) behind a same-origin route, so visitors' browsers never hit the third-party favicon service. Validates the upstream content-type, sends nosniff, negative-caches failures and falls back to a transparent pixel.
hejunjie/cache
542 Downloads
基于装饰器模式实现的多层缓存系统,支持内存、文件、本地与远程缓存组合,提升缓存命中率,简化缓存管理逻辑 | A layered caching system built with the decorator pattern. Supports combining memory, file, local, and remote caches to improve hit rates and simplify cache logic.
enlight/stash-view
133 Downloads
Stash view is a composer package for Laravel which caches blade views using Russian Doll Caching methodology. Which drastically improves speed of the website and as a side effect reduces sql queries and solves n+1 problem.
ehann/laravel-redis-store
13508 Downloads
Adds functionality to the built-in Cache's RedisStore.
davidmpeace/squirrel
2562 Downloads
Laravel package that automatically caches and retrieves models when querying records using Eloquent ORM
codememory/reflection
131 Downloads
The library is similar to the built-in API class Reflection, but the only difference is that this library caches the entire result and does not work with the built-in Reflection in the future, which improves performance
caiquemcz/query-from-cache
0 Downloads
Query From Cache is a Laravel package that provides a simple way to cache query results directly from your Eloquent models. It automatically caches the output of model methods and offers actions to refresh or clear the cache with minimal code changes.
bootpress/asset
1051 Downloads
Caches and delivers assets of every sort, from any location, with hands-off versioning. Manipulates images on-the-fly. Minifies and combines (on-demand) css and javascript files.
boolfalse/clearcaches
2469 Downloads
Package for recreating Laravel all caches, and for dropping all DB tables, for flushing all sessions.
pluswerk/cache-automation
8579 Downloads
+Pluswerk TYPO3 extension: Cache Automation - This TYPO3 extension clear caches automated in the right moment.
ostark/falcon
6 Downloads
A cache plugin for Craft - supporting multiple Edge Caches
cmsexperts/warmup
4245 Downloads
This extension adds a CLI script to warmup the caches.
wallrio/cachefy
29 Downloads
cache for websites on PHP
mouf/utils.cache.session-cache
11 Downloads
This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).
mattmezza/cacheasy
18 Downloads
I hate slow APIs, I cache things on disk.