Caching without a plugin
-
Caching without a plugin
I came to the conclusion that my site is faster without a plugin
Although the plugin is good, but in my case it is better without it
But litespeed caching I would like to use
I used code
<IfModule LiteSpeed>
RewriteEngine On
RewriteRule (. * \. Php)? $ – [E = cache-control: max-age = 36000]
</IfModule>Everything works great, but I would like a more perfect code, I’m sure you know it, if it’s not difficult for you to share
So as not to cache the cart, placing an order woocommerce and the admin panel
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Caching without a plugin’ is closed to new replies.