Slow page loading
Created 5 years ago by cyno

Hi, I've moved the site to a public shared hosting from local to test everything. If I test the site in different page speed testings everything is good, and all the scores are nice. But a pageload takes 2,5s. That feels relly slow. Any idea what could couse this? Other sites on the same server are much faster. (if you wanna check dev.hustle-app.com)

ryanthompson  —  5 years ago Best Answer

Pyro certainly is not a light footed animal. But usually with lesser quality shared hosting it's performance is exaggerated. Usually has direct correlation with the disk performance cause of autoloading. HTTP cache will help and OPcache for PHP if you have access to that. HTTP cache can be done from CP > Settings > System > Cache

william  —  5 years ago

It is very slow yes.

1) in your .env file, set APP_DEBUG to false. That slows it down A LOT! 😄 2) TTFB is very very slow. Try #1 first, and lets come back and see if that helps it.

cyno  —  5 years ago

@william Tried it, you can check if you have time. Did help a little, but not much.

ryanthompson  —  5 years ago Best Answer

Pyro certainly is not a light footed animal. But usually with lesser quality shared hosting it's performance is exaggerated. Usually has direct correlation with the disk performance cause of autoloading. HTTP cache will help and OPcache for PHP if you have access to that. HTTP cache can be done from CP > Settings > System > Cache