I am working on the App Lander theme but when I test the speed (https://developers.google.com/speed/) it is very low. Even if I delete everything so that there are no photos on it, it is still very slow. If I test your site (http://codex-themes.com/thegem/thegem-app/) it is fast. What does this have to do with it? Because I bought this theme because this SEO was good. See pictures
You need to use some minify/cache plugin for reduce static resources (js/css/image files) loading time. In our live sites we use W3 Total Cache with activated CDN. Also we optimized all our images manually with this services:
https://tinypng.com/
https://www.jpegmini.com/
If you have problem in backend:
First, check the server configuration and recommended requirements. You can check it with phpinfo() function or some plugin.
Best,
I am working on the App Lander theme but when I test the speed (https://developers.google.com/speed/) it is very low. Even if I delete everything so that there are no photos on it, it is still very slow. If I test your site (http://codex-themes.com/thegem/thegem-app/) it is fast. What does this have to do with it? Because I bought this theme because this SEO was good. See pictures
Thanks!
Hi,
If you have problem in frontend:
You need to use some minify/cache plugin for reduce static resources (js/css/image files) loading time. In our live sites we use W3 Total Cache with activated CDN. Also we optimized all our images manually with this services:
If you have problem in backend:
First, check the server configuration and recommended requirements. You can check it with phpinfo() function or some plugin.
Recommended PHP Settings
Second, Try to check performance of your site with other theme.
Third, contact you webhosting provider support. May be they can give you some info about problem with performance on your site.