Site slow after activating SSL

After activating SSL to my site (https://mini-militia.com) it goes slow down, What should I do to boost up the site speed? thanks

1 Like

Check CPU usage.
Check MEM usage.
Check DISK usage.

2 Likes

Okay thanks for the speedy reply.

2 Likes

Might also want to look at the coding and structure of your site.

There are many online tools to diagnose performance issues

One of these, gtmetrix.com, showed slow loading of some larger css files were blocking the start of rendering. Problems like this are well beyond the scope of this forum. Just wanted to give you more ideas of what to look at.

Good luck

3 Likes

Loading lots of individual files also slows things down, so you could consider bundling of js and css files (you have a lot) and also check out the google chrome "Lighthouse" report in the Chrome developer tools.

Your server seems to be using compression and modern versions of http etc, which is great. You might want to check out Cloudflare if you have users from many countries because they provide free geographically distributed caching which does speed things up considerably.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.