Hello
I have this plugin from the marketplace
What should i be putting into the exclusion section because when this app is enabled a lot of my site doesnt work.
have you switched to dev mode then back to production mode? there's nothing in the exclusion section of my settings. have you tested with low settings?
PPK,
we have nginx reverse proxy (engintron) coupled with 3dp page cache plugin + Lazy image Loader Plugin
After experimenting with the above plus minify(enabled)
we shut down minify as we found the performance deteriorated.
It did not break our site, but it definitely impacted performance when enabled with the above .
We host our own services and site, so we chose to go with Cpanels inbuilt zipping and delivering settings rather than minify.
Lazy image Loader Plugin was fantastic and we wrote a positive review - cause it really works out-of-the-box.
PeppaPigKilla said:
Hello
I have this plugin from the marketplace
What should i be putting into the exclusion section because when this app is enabled a lot of my site doesnt work.
Hi PPK,
Please reach out to our Support Team at support@socialengineaddons.com. They will assist you in detail on this.
Best Regards,
Team SocialEngineAddOns
Sent, Thanks
I'm going to respond here, last email I got was on the 26th saying you will look into this.
I'm writing this here as this seems to be the only time you actually do something when others can read it.
I hope we get some new 3pd's for unite because what we have now is shocking.
Hi PPK,
Our team has responded to your email today. Please check and and revert there!
Best Regards,
Team SocialEngineAddOns
Hi PPK,
We have debugged the JS conflict issue and below are few concerns which we would like to share with you:
- We were getting some error in JS during loading of third-party module files. Our team has explained this in detail to you via email.
- The Minify Plugin actually combines and cache your multiple JS and CSS files to improve the page load time. Sometimes, what happens is, this combining of multiple requests into single request causes some conflict as it is happening in your case. This is because the single JS request is called at the end of page load whereas there might be one of the JS requests (which is now combined into single request) required for some particular functionality during initial page load.
- For such cases, we have a setting in the Minify Plugin where we can add the filename causing the conflict and that particular file will not get minified and the functionality requiring that JS file will work fine without any issue.
If you wish to ignore the entire module file, then you can simply add the Directory-Name and for ignoring only particular JS file you can follow this format : /MODULE-NAME/externals/scripts/JS-FILENAME.js
Multiple js file name can also be added here separated by `,` .
Example: "/plugin/externals/scripts,google,min.js,DIRECTORY NAME"
- We request you to please recheck this at your end and share your feedback with us at support@socialengineaddons.com.
Best Regards,
Team SocialEngineAddOns
Thank you for resolving this issue for me. Also thank you for showing a solution for anyone else who may have this issue too.