Some issues and Compatibility with other plugin.
-
Hello!
This is a very good new plugin (I tried many), very smooth interface, easy to use, and very simple overall. with good features of course!
But I did find several issues and also incompatibility with other plugins. Please consider to fix these issues and increase compatbility since it’s very important.
===============================
***) Issues1. htaccess. this plugin have 2 txt files as reference for htaccess, the thing is, some people changed default wp directory “wp-content” to other names, and by using this method it breaks the site. You might want to consider using WP_CONTENT_DIR instead.
2. <link rel=”preload” for Javascript completely breaks Strict CSP 3. Please consider removing it, it’s safe to remove anyway. (I tried)
3. I’m not sure why you use “wpp.min.js”, I tried removing it and it’s all working fine. Besides, wpp.min.js is not detected by Autoptimize and this is another compatibility issue.
4. there’s no need to set expire using json (var WPP) variable since you already put option to purge the cache after saving “Post” or “Settings”. Besides, you already have expires in htaccess. so I think the var WPP is useless.
I had to do this in my server as workaround for issues above:
sed -i -e "s/wp-content/my-custom-folder/g" ~/public_html/my-custom-folder/plugins/wp-performance/includes/data/definitions/*.txt sed -i \ -e "s/ \$this->head->innertext .= '<link rel/ \/\/\$this->head->innertext .= '<link rel/g" \ -e "s/ \$this->head->innertext .= '<script>var WPP=/ \/\/\$this->head->innertext .= '<script>var WPP=/g" \ -e "s/ \$this->head->innertext .= '<script defer src=/ \/\/\$this->head->innertext .= '<script defer src=/g" \ ~/public_html/my-custom-folder/plugins/wp-performance/includes/classes/parser.php
===============================
***) Compatiblity (some plugins that I used since I started my site years ago)1. Not compatible with “Hide My WP Ghost” (especially on redirects/htaccess)
2. Not compatible with Autoptimize (wpp.min.js is not detected by Autoptimize, hence the minification/js combine by Autoptimize failed for wpp.min.js)
That’s all for now I think, I hope you can put this into consideration, I wouldn’t say any of this if i didn’t care about enhancement of this plugin ??
thank you!
- The topic ‘Some issues and Compatibility with other plugin.’ is closed to new replies.