Website Loading Slowly After Uploading to Subdomain – Need Help!

DonPirate

Newbie
Joined
Nov 30, 2022
Messages
44
Reaction score
20
Hello,

I'm about to redo a website. I’ve been working on the new version locally, and now I’m uploading it to a subdomain before moving it to the main domain.

The problem is that it's loading extremely slowly, and I don't know why.

http://test.lasolasshowroom.com/

Can anyone help me?
 
Here are a few recommendations:
  • Download and host fonts locally & preload them
  • Unload/Remove unused resources
https://test.lasolasshowroom.com/wp...mentor/inc/widgets-css/frontend.css?ver=2.2.0
This CSS is coming from Elementor Header & Footer feature and is NOT being used or needed to pain the homepage but browsers are still loading it.

https://test.lasolasshowroom.com/wp...b/font-awesome/css/fontawesome.css?ver=5.15.3
This is another resource coming from Elementor that is NOT being used. You can disable it in the backend.

https://test.lasolasshowroom.com/wp...eicons/css/elementor-icons.min.css?ver=5.34.0
Another resource coming from elementor that is being injected to the page but is not being used.

As a side note, when it comes to building/customizing websites in WordPress there are better options on the market if you truly care about performance.

These are my top choices:
I hope this helps!
 
Your TTFB is terrible. Probably not an WP issue but rather something with your apache/php settings.

Are you using Shared/managed hosting or your own server/unmanaged?

brave_kVzYPGnYL3.png
 
The most common factor is your CSS and Java scripts, JavaScript are the slowest to load, so if you have too many then the page will be slow loading. At the same time, having too many CSS files will impact your loading speeds, better have 2 or 3 of each and that's it.
 
Back
Top