andrijam
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Velocity Minify] Last version broke on mobileHello, I found that Rank Math also resets the cache to recreate the sitemap
For preventing I used
add_filter( ‘rank_math/sitemap/enable_caching’, ‘__return_false’);
Forum: Plugins
In reply to: [W3 Total Cache] Prevent Clear Cache on product purResolved
- This reply was modified 1 year, 10 months ago by andrijam.
Forum: Plugins
In reply to: [W3 Total Cache] Prevent Clear Cache on product purAfter a few hours I can confirm that the problem is solved.
add_filter( ‘rank_math/sitemap/enable_caching’, ‘__return_false’);
Shop is now blazing fast, I also recommend bash cache regenerate on Ubuntu in Scheduled Cron Jobs.
Forum: Plugins
In reply to: [W3 Total Cache] Prevent Clear Cache on product purThanks for the reply, I found the causes. I’ll add this code and see if it fixes it:
add_filter( ‘rank_math/sitemap/enable_caching’, ‘__return_false’);
causes1:
#4 wp-content/plugins/seo-by-rank-math/includes/class-helper.php(239)w3tc_pgcache_flush ()
#5wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-cache.php(245)RankMath\Helper–clear_cache (“sitemap/1”)
#6wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-cache-watcher.php(322)RankMath\Sitemap\Cache–invalidate_storage (“1”)
causes2:
I am not sure for this, no post was update and no comment was placed, but something flush cache:
#3wp-includes/class-wp-hook.php(308)W3TC\Util_AttachToActions–on_post_change (15233, {“ID”:15233,”post_author”:”0″,”post_date”:”2022-12-29 16:01:49″,”post_date_gmt”:”2022-12-29 15:01:..)
#4wp-includes/post.php(7404)do_action (“clean_post_cache”, 15233, {“ID”:15233,”post_author”:”0″,”post_date”:”2022-12-29 16:01:49″,”post_date_gmt”:”2022-12-29 15:01:..)
#5wp-includes/comment.php(2755)clean_post_cache ({“ID”:15233,”post_author”:”0″,”post_date”:”2022-12-29 16:01:49″,”post_date_gmt”:”2022-12-29 15:01:..)
Forum: Plugins
In reply to: [Fast Velocity Minify] Last version broke on mobileForum: Plugins
In reply to: [Fast Velocity Minify] Last version broke on mobileOn desktop version it was fine because w3 preload feature, w3 auto recreate cache for desktop but that feature doesn’t work for mobile, for that reason I made a bash script, the script runs 4-5 times a day and not automatically.
Forum: Plugins
In reply to: [Fast Velocity Minify] Last version broke on mobileI tested it with a query string and it definitely doesn’t work when used. W3, when a page is visited with a query string, will create a cache without starting fast velocity. Is there any solution for this other than turning off query string caching. Until version 3.0 it worked fine for all query strings?
Forum: Plugins
In reply to: [Fast Velocity Minify] Last version broke on mobileFor preloading I use bash scheduled in cron with mobile agent to visit all page to refresh the cache.
I use the option for w3 to use the cached version for fb and google ads, which probably creates a problem when the cache is created exactly for that query string,
fbclid and gclid query string. If I put the same query strings in Fast Velocity, it doesn’t help. I will send the settings for w3.Thanks for the support.
Forum: Plugins
In reply to: [Fast Velocity Minify] Last version broke on mobileI have been using both programs simultaneously for a long time. The problem started happening last month. Simply, when we do the fv purge, everything is ok, but when the cache is recreated with v3 automatically, then the mobile page is cached as if Fast Velocity is completely turned off, while everything is ok for the desktop. I noticed the problem through the webpagetest org site. I confirmed the error in incognito mode using mobile user agent. In v3, all minifications are turned off. At first, everything is fine, but after a while when I test, suddenly the page for mobile is not optimized. very strange`