03/07/2017 at 12:08 pm
#414608
Keymaster
@ PatriciaB
Looking at the load time for the home page vs the rep page vs the rep page being filtered by category, I see less than a second difference of page load time. About 8–10secs total.
I would say there is negligible performance impact, which is expected.
It takes the server about 3sec just to start sending data to the browser. You should shoot for half a second, max, for the best SEO and user experience. Server side cache will help a lot.
Seems there are two CSS file blocking page loading from the theme, causing a 4sec load delay.
- ../wp-content/themes/[REDACTED]/flags/flags.css
- ../wp-content/themes/[REDACTED]/flags/flags.min.css
These two files are returning 404 not found errors.
The following file is also returning 404 not found:
- [REDACTED / 3rd party site]/images/youtube_video.png
It does not appear to be blocking loading, but certainly does not help.
Hope this helps!
-
This reply was modified 6 years ago by
Steven Zahm. Reason: Redacted theme name as requested