当前位置:网站首页>Test cos HTML cache static cache plug-in

Test cos HTML cache static cache plug-in

2022-06-11 11:19:00 Brother Xing plays with the clouds

I tested it before WP Super Cache Static plug-in , This time I tested cos-html-cache Static cache plug-in , The key point is to solve wp-postviews Plug in and HotNews Pro Topic compatibility issues .-cache-static-caching-plugin.html

With HotNews Pro 2.7.1 Plus Self contained wp-postviews 1.61 Version as an example , This method is not applicable to the latest edition .-cache-static-caching-plugin.html

Enable cos-html-cache After the static cache plug-in ,wp-postviews Plug in does not count -cache-static-caching-plugin.html

open Wordpress Root directory wp-config.php The configuration file , stay /** WordPress Database name */ Add below :-cache-static-caching-plugin.html

  1. define('WP_CACHE', true);

Realization wp-postviews plug-in unit ajax Statistical methods .-cache-static-caching-plugin.html

solve IE Browser script error -cache-static-caching-plugin.html

Enable wp-postviews plug-in unit ajax After method statistics , Will load again jquery.js Integrated with the topic JS Conflict , terms of settlement :-cache-static-caching-plugin.html

open wp-postviews Plug in directory wp-postviews.php lookup :-cache-static-caching-plugin.html

  1. wp_print_scripts('jquery');

Delete or comment out :-cache-static-caching-plugin.html

  1. //wp_print_scripts('jquery');

After the above modification , It will not affect the count , When the page is re cached , You will find that the counting is still going on silently .-cache-static-caching-plugin.html

The download link is invalid , To be solved separately .....-cache-static-caching-plugin.html

WP Super Cache And cos-html-cache Static cache plug-in , The former has many function settings , The latter is easy to use , It is said that the latter is better than the former .-cache-static-caching-plugin.html

The last thing to say is this , If you're still a WP Novices are still learning to use , It is recommended not to install the static cache plug-in first , There will be many problems .......-cache-static-caching-plugin.html

-cache-static-caching-plugin.html

原网站

版权声明
本文为[Brother Xing plays with the clouds]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206111105377526.html