htmlcache
htmlcache copied to clipboard
Cache pages to HTML and boost website performance on Craft CMS 3
How can I uninstall the plugin? I always get an error: `*** failed to uninstall html-cache: Getting unknown property: bolden\htmlcache\HtmlCache::htmlcacheService` Since the plugin is not developed anymore, I would like...
When activating the plugin htmlcache gives an error: Error Class 'bolden\htmlcache\records\HtmlCacheCache' not found Tell me how to fix it? Thank you
I just updated a site that had been running fine, and now I'm getting a server error when the plugin is enabled. Here's the error I'm getting in my logs:...
Fix composer 2 compatibility
Currently "Excluded URL paths" is stored in config/project, which means developer settings will overwrite any production values. This is fine for general settings, but doesn't make sense for excluded URLs...
@boldenamsterdam I found this fork of @mikeymeister that includes (probably) the same fixes as in pull requests #25 #27 and #29. Obviously people start using forks because pull requests are...
I assume this is related to other issues posted here. When I click New Entry, only in my local environment, I get this error: `Class 'bolden\htmlcache\records\HtmlCacheElement' not found` Craft 3.6.7...
The preview option in the admin panel also showing cached page.
When installing this plugin with Composer 1, the following deprecation notice is output: > Deprecation Notice: Class `bolden\htmlcache\records\HtmlCacheCache` located in `./vendor/bolden/htmlcache/src/records/HtmlCacheCachesRecord.php` does not comply with psr-4 autoloading standard\. It will...
We had the next problem: HtmlCahe caches only one page and shows these pages to all pages. We had this problem. The problem was that to get request URL, the...