Is there a way we can disable caching of specific web page content (vs disabling caching of entire web page) using one of your plugin’s filters, etc.?
If nothing available, can you guys kindly provide a code snippet and/or shortcode that will help us achieve that?
Intergrating the above into your plugin (via new settings option using the affected web page content Class ID, etc.) would be very helpful. A must-have for us.
Thank you!
]]>Thanks
]]>get_current_user_id() shows the user using the rest api. That is NOT what i need.
Also how can i disable server cache and browser cache entirely in wordpress?
I tried:
define( ‘WP_CACHE’, false );
and in apache .htaccess
<IfModule mod_headers.c>
FileETag None
Header unset ETag
Header unset Pragma
Header unset Cache-Control
Header unset Last-Modified
Header set Pragma “no-cache”
Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate”
Header set Expires “Thu, 1 Jan 1970 00:00:00 GMT”
</IfModule>
still doesn’t work… the cache continues persisting.
Not using any caching plugins…
Images failed to fetch: 1 group (3 images)
Images failed to fetch: 3
default flow: Clean Up Unfinished Data > update status (or sometimes with Reset IAPI Key) > Send Optimization Request
how I reproduce in my server
1st experiment: using default flow
result:
Images failed to fetch: 1 group (3 images)
Images failed to fetch: 3
2nd experiment:
– disable WordFence Firewall + add Litespeed IPs whitelist to WordFence
– Litespeed cache disable
– clear all optimization in .htaccess (I use 6G firewall before)
– run default flow again
result:
Images failed to fetch: 1 group (3 images)
Images failed to fetch: 3
3rd experiment:
– deactivate and reactivate LiteSpeed Cache plugin
– re-do 2nd experiment
result:
Images failed to fetch: 1 group (3 images)
Images failed to fetch: 3
Report number: YOAUGDAN
Report date: 11/20/2019 05:47:53
link to debug log:
https://indowhiz.com/articles/wp-content/uploads/litespeed1120debug.log
I hope this information is enough to cover my problems. looking forward to your help. Thank you
]]>How I can disable Cache in this plugin?
]]>After i remove the cache folder, it always make a new folder of “cache”. Can i disable the automatic folder cache creation?
https://www.ads-software.com/plugins/related-youtube-videos/
]]>After i remove the cache folder, it always make a new folder of “cache”. Can i disable the automatic folder cache creation?
]]>