litetim
Forum Replies Created
-
Meanwhile I created a test site with Yoast, Woocommerce and Litespeed Cache plugin.
Imported some products in Woocommerce, made some basic settings in Yoast + LSC.
Made an user account + 2 orders and there are no errors added into Woocommerce logs.
Might be linked to the memory limit but not sure!
Have you increased the limit? Maybe some code that is running from time to time is creating the logs.@senator94 thank you for your suggestion
@nacho469
hmmm
I will look into woocommerce logs
I am sorry about the PHP memory limits errors, but that is not something we can control. What is current limit?Thank you!
Can you give me a step by step of how I can reproduce the log to appear?Also please tell me the versions of Yoast and Woocommerce
@nacho469 please create a report(from LSC => Toolbox => Report) and send the number generated.
Thank you!Forum: Plugins
In reply to: [LiteSpeed Cache] Is some action fired on purge?December sometime ??
Forum: Fixing WordPress
In reply to: Unknown file in WordPress core: wp-admin/.pid ? what is this file?let’s look over LSC code. the only place where we use(create/use) the
.pid
files is in crawler class.The directory in which we create files is setup in class: https://github.com/litespeedtech/lscache_wp/blob/master/src/crawler.cls.php#L1178 Which points to our “wp-content/litespeed/” folder.
Forum: Plugins
In reply to: [LiteSpeed Cache] Is some action fired on purge?@pstidsen great news ??
Starting from version 7 there will be some actions added to the plugin on the purge functionality.Forum: Plugins
In reply to: [LiteSpeed Cache] Is some action fired on purge?Yes, should be ok
Forum: Plugins
In reply to: [LiteSpeed Cache] Is some action fired on purge?We do not have actions/filters on all the purge functions.
We will look into adding more actions/filters but for now you can hook into the same hooks as LSC does.Forum: Plugins
In reply to: [LiteSpeed Cache] Is some action fired on purge?Stock changes see actions:
woocommerce_product_set_stock
woocommerce_variation_set_stockForum: Plugins
In reply to: [LiteSpeed Cache] Is some action fired on purge?@pstidsen hello
I see where you want to get.
Did you tried: actionedit_post
and delete the meta every time post is updated?It’s a feature that is in advanced stages of talks and we are looking for the best solution to integrate it.
Keep an eye on the release notes.@daniellacatus is the site faster with “DISABLE_WP_CRON”?