TMM Technology
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Warmer] Scheduled warmup stopped working@natrolability @dietlin
Can you try updating to the newer version. I think I fixed it.
Sorry for the inconvenience.Forum: Plugins
In reply to: [Cache Warmer] Scheduled Warmup Doesn’t Run@nadavs
Can you try updating to the newer version. I think I fixed it.
Sorry for the inconvenience.Forum: Plugins
In reply to: [Cache Warmer] Plugins suggestions@daivymerlijs
I added a new logic. If you want to start with WP CLI, you can use wp eval and this code:- Start:?
\Cache_Warmer\AJAX::start_warm_up( false );
- Stop:?
\Cache_Warmer\AJAX::stop_warm_up( false );
Forum: Plugins
In reply to: [Cache Warmer] Manual trigger from PHP@cvladan Hi!
I added this logic. Could you try:- Start:?
\Cache_Warmer\AJAX::start_warm_up( false );
- Stop:?
\Cache_Warmer\AJAX::stop_warm_up( false );
Prob on ‘init’ event.
Forum: Plugins
In reply to: [Cache Warmer] Plugins suggestions@avenja And also check this message: https://www.ads-software.com/support/topic/litespeed-15/#post-18043772
Forum: Plugins
In reply to: [Cache Warmer] Litespeed@hleenwp Hi.
You can check which headers (and cookies) Litespeed cache cralwe uses and then specify them in this plugin.
From googling quickly, I see it uses cookie:_lscache_vary: guest_mode:1
And these headersX-LSCACHE: true
LSCACHE_VARY_VALUE: +webpSo specify something like this in the plugin:
But I would do extra tests to make sure it works and the headers and cookies are correct.
I’m not sure if you have enough expertise to check it yourself. I do, but unfortunately I don’t have the time yet.
Please let me know if this works for you. If not, then maybe I will dig deeper.Forum: Plugins
In reply to: [Cache Warmer] Plugins suggestions@avenja won’t using “:” work?
I don’t have LSC installed, but from googling quickly I think something like this could work?Forum: Plugins
In reply to: [Cache Warmer] Plugins suggestions@avenja I don’t see that you made a support topic.
Please make one I will pay more attention to your request. Though I can’t promise to find a solution as didn’t have much experience with LSC, but maybe someone else will respond.
1 issue = 1 topic.Forum: Plugins
In reply to: [Cache Warmer] User roles@rvscc I’m not sure. How would you like it to work, and for what?
I don’t really understand what you want me to implement.
Could you give more info on the details?Forum: Plugins
In reply to: [Cache Warmer] Recommended settings@prestonwordsworth That’s impressive. Thanks.
I also see you made 3 support topics. I will start working on them pretty soon.
Feel free to make more if you see something to improve.Forum: Plugins
In reply to: [Cache Warmer] Warm-up completed but no data or cache build up@hudsontimberlake Should work now.
I disabled “Use object cache for tree storage, when it’s available” option – as there are some problems with object cache, values are “frozen” there for some reason.Forum: Plugins
In reply to: [Cache Warmer] Constant error occuring@dalereardonmdm It would be nice if you could leave a feedback for this plugin: https://www.ads-software.com/support/plugin/cache-warmer/reviews/
Thank you very much.Forum: Plugins
In reply to: [Cache Warmer] db deadlock after upgrading to 1.2.1@ebiebzh0 Can you try updating the 1.2.4? I disabled notifications fetch interval entirely, as it’s not used currently.
Forum: Plugins
In reply to: [Cache Warmer] Option to disable crawling of external urls@ebiebzh0 excuse me, what is the problem? I don’t understand your question.
Forum: Plugins
In reply to: [Cache Warmer] Warm-up completed but no data or cache build up@hudsontimberlake I got only the settings export, not the site access credentials (login password).
- Start:?