page-cache
page-cache copied to clipboard
Caches responses as static files on disk for lightning fast page loads.
Hi all I'm trying to get this working with a Livewire page. There's only one small Livewire component on the page- the rest is static. I figured that as long...
First of all, thanks for this great package. ## index.php shown in url I have tested it on our simple Laravel website and found a little quirk. When visiting a...
This is a great package. But, looks like, if I have 1000 Products, like `products/1` `products/2` . . . `products/1000` then This will create 1000 html file. Is there any...
Is it Somehow possible to make a subdirectory for the cache? We serve multiple domains via one laravel Project. e.g. testsite1.de, testsite1.at, testsite1.com unfortunately the index file is always overwritten...
In case, when url contains utf8 symbols, Nginx cache won't work, cause files will be saved with encoded name.
Paginated pages return the same content as first page. As there any way around it?
Can you help me with setting up page cache in Cpanel? Cpanel serves content from public_html by default so I am using this code to redirect all the requests to...
Hi, I'm developing a website using Twill and I'm using this package to cache the pages and it actually works really fine, my only problem is that the homepage is...
Hi, My site serves different content based on a users GEO, how could I append `-GB`, `-US` to the static file which is created? Many thanks
Is there a way to change the location of the page-cache? currently it sits in public, but I was hoping to put it on a completely different drive. I tried...