Replies: 1
Hello,
Thank you very much for this great plugin 🙂
In my wordpress theme i am using W3 Total Cache Plugin to cache the front page and all pages in general. I am also using the plugin Timetable and Event Schedule by MotoPress to display some dynamic events on the site. This plugin is using a dynamic widget displaying some content and it is located under wp-content/themes/theme-child/mp-timetable/widgets/widget-view.php
The code of the file is here . I am trying desperately to find a way to exclude the widget output from being cached. The widgets outputs a set of <ul><li>
classes like here
In W3 Total Cache i am using page cache and browser cache + minify default options.
I already tried the idea with Exclude Files from Cache option on W3TC setting the path wp-content/themes/theme-child/mp-timetable/widgets/widget-view.php but didn’t work. I am trying to get it working with page fragment implementation and i already did the steps that is needed (wp-config with define W3TC_DYNAMIC_SECURITY, exclude mfunc+mclude from minify, page cache:basic and so on.. ), but i am not getting correct on how i should add the <!–mfunc W3TC_DYNAMIC_SECURITY code1–> inside the widget code.
Could you please give me a help on that specifically? Is there any way that i could exclude the widget-view.php from being cached.
2. Could you give me an example path of a file in child theme for the ‘Never minify the following JS files:’ feature so that i could understand how to exclude js or css files?
3. In my website after W3TC is set up , in the initial load of the page it takes some second to load my fonts, but they are already hosted in my server. Why this could be happening? How could improve this since i already have them hosted (not using href to google-fonts)
Thank you very much in advance.
-
This topic was modified 1 hour, 29 minutes ago by honoluluman.