saad23
Forum Replies Created
-
Okay thanks so much for the advice and help.
Cheers!
what tool do you use to assess performance?
I use PageSpeed Insights.
If you wish to see the results:
https://developers.google.com/speed/pagespeed/insights/?url=parkardentalcare.inIf I remove the “do not aggregate but defer” and “lazy-loading” options my score comes down to ~40 from ~70.
Before I installed this plugin my score was a paltry 30.
Thanks for trying to help.
what does that tool highlight as issues?
“Eliminate render-blocking resources, Remove unused JavaScript, Reduce initial server response time”
I had managed to make:
First Contentful Paint <2 secs
Largest Contentful Paint <3 secsBefore I realized mobile site isn’t working properly.
- This reply was modified 5 years, 1 month ago by saad23.
Done. I have removed ALL of the other exclusions and set it as you asked.
Edit: Mobile site looks fine under these settings. The optimization isn’t much though.
- This reply was modified 5 years, 1 month ago by saad23. Reason: Added point
The same issue occurs. Desktop site is perfect but in the mobile site the LayerSlider is gone.
The “Services” and “Testimonials” (also on the home page) are also gone.
I currently have these options “On”:
Optimize JavaScript Code?
Do not aggregate but defer?I’m using jQuery Migrate Helper plugin, is that an issue?
That is already excluded. Full list of exclusions:
wp-includes/js/dist/
wp-includes/js/tinymce/
js/jquery/jquery.js
js/jquery/jquery.min.js
wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.kreaturamedia.jquery.js?ver=6.11.2
wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.utils.js?ver=6.11.2
wp-content/plugins/LayerSlider/
Hi,
I had already added these exceptions to make the LayerSlider work on the desktop:
wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.kreaturamedia.jquery.js?ver=6.11.2
wp-content/plugins/LayerSlider/assets/static/layerslider/js/layerslider.utils.js?ver=6.11.2
Now, I added this line as you said:
wp-content/plugins/LayerSlider
But there’s no change on mobile site. Should the exception path end in “.js”?