Using 2 cache plugin good or not?
-
Hi, Can anyone tell me - whether using 2 cache plugin helps or it cause any issue? Besides, when i used w3 cache plugin in WordPress its found like inline CSS issue to get cleared. So, i tried auto optimized but my website Soc prollect gone crashed in between while using the some. Is there any solution and can anyone tell me which plugin advantages to speed the site by removing java script and inline css at a time.
-
From a technical standpoint, using 2 caching plugins only causes conflicts and unnecessary queries in the backend. Knowing your running wordpress i can see the (bad) score appearing on https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.socprollect-mea.com%2F
-
Best way is to stick with one plugin that does the most of it. Auto-optimize is in my experience on of the better plugins that covers most of it. The JS compression feature is a tricky one, as it could break things on your website like the mobile menu or other 'features' that rely on javascript. You need to test this out before applying.
-
If you want a quick speed-up install Webp Express. It's a plugin that converts the existing JPG files on your website to Webp and it offers a far better compression while retaining quality compared to Jpg. This will give you some points in Insights.
-
Try to remove any of the external features you do not need. I see you load up alot of external files which can cause an additional render/load time as insights tells you.
-
Try to disable plugins you do not need. They cause extra queries and that adds up to the Time to first byte (Server response time).
I optimize both wordpress and other related websites, i usually get very good scores (of 85% for wordpress) and 99% for normal based websites. They do have an effect in SEO but it's only marginal. And, you need less resources to provide the same for your visitors and / or server.
-
-
Thank you