Gantar
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Page Cachingsame here Unable to detect the presence of page cache
Solved after Update Manually from plugin page
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed break rankmath sitemapand when using v4.4.6 ( latest ) disable guest mode solved this problem, but how to fix this without disable guest mode?
already add this to wp-config.php
if (strpos($_SERVER['REQUEST_URI'], "xml") !== false){ define( 'LITESPEED_DISABLE_ALL', true ); }
still not fix this error
- This reply was modified 2 years, 11 months ago by Gantar.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed break rankmath sitemapwhen i downgrade litespeed to version v4.4.5 rankmath sitemap back normal.
- This reply was modified 2 years, 11 months ago by Gantar.
Forum: Plugins
In reply to: [LiteSpeed Cache] Clear All Cache made website slow loadingwhy litespeed generate so much css/js total 40484 https://ibb.co/XW7LpY8
if i enable minify css and js 100% cpu after clear all cache.
even i disable minify css and js, still high cpu usage
and always generatePHP Warning: rmdir(/home2/dqpjgjlb/public_html/wp-content/litespeed/cssjs): Directory not empty in /home2/dqpjgjlb/public_html/wp-content/plugins/litespeed-cache/src/file.cls.php on line 47
with wp rocket only generate 7 css page,post,cpt,archieve,fronted and cpu usage always under 30%
Forum: Plugins
In reply to: [Post Date Randomizer] Sort By Current Posting Orderno need to recognizing post title, i mean just following current post order date
example
start date : 3 month ago
end date : now
random interval : 1-10 minadd random interval function between post a and b,
i found plugin Drafts Scheduler which can set interval between post, but not in random time. must set time manually
maybe you can add this function to Post Date Randomizer plugin ? are possible ?and thanks for your respond