lscache_wp
lscache_wp copied to clipboard
LiteSpeed Cache for WordPress
The config files in data and directly in wp-content are hard to keep in version control. If you don't know that your plugin stores this files in the plugin directory...
I'm using the latest version of litespeed report number OSTZJQHS When the ESI is enabled wp-customize-widgets class catches the changes to the following options in addition to widget_text - litespeed.optimize.timestamp_purge_css...
Is it possible to add lazyload support for the CSS property `background-image`?
Litespeed + WP Hide & Security Enhancer = problems If we change default content path ex. "/wp-content/" -> "/contents" in WP Hide & Security Enhancer plugins and if "Localize Resources"...
Hi there, Woocommerce add to cart is leading to miss / crawler not warming the cache when ESI is active. It's happening with Version 3.2.4 (and 3.2.3, 3.2.1...). I had...
edit_post and save_post were commented out of src/purge.cls.php in March: https://github.com/litespeedtech/lscache_wp/commit/ce68bb7e7ffa559ff9f4c70b474fddb0ebbfdf6f This is surely a mistake? ``` //register purge actions $purge_post_events = array( // 'edit_post', // 'save_post', 'delete_post', 'wp_trash_post', 'clean_post_cache',...
I noticed that the dashboard notification shows asking for an API key to use the online services, even though I do not have those settings enabled. Looking at the code,...
The plugin is editing the .htaccess file at the Wordpress installation address instead of the actual website address. For example, if WP is installed to a subdirectory called "blog", the...
Hello I just update to v3.0.1. Auto Purge Rules For Publish/Update =>> All pages checked But when I update a post, it only purges the post URL, related URLs like...
WP_DEBUG_LOG can be given a path to where the debug.log file can be stored but in a couple places in this plugin it doesn't respect that setting and puts it...