Page 1 of 1

My site loads incredibly slow but vestacp loads fast

Posted: Sat Feb 21, 2015 8:22 am
by getgmb
why my site is loading very slow but the vestacp panel loads faster?

Re: My site loads incredibly slow but vestacp loads fast

Posted: Sat Feb 21, 2015 9:40 am
by patstan
It might be that your server is slow/overloaded. Are you using a VPS?

Re: My site loads incredibly slow but vestacp loads fast

Posted: Tue Feb 24, 2015 9:18 pm
by skurudo
getgmb wrote:why my site is loading very slow but the vestacp panel loads faster?
You need tune up your config, your site settings.

VestaCP use nginx+php only, light and fast.

Re: My site loads incredibly slow but vestacp loads fast

Posted: Sat Feb 28, 2015 8:40 pm
by drMacFaulty
skurudo wrote:
getgmb wrote:why my site is loading very slow but the vestacp panel loads faster?
You need tune up your config, your site settings.

VestaCP use nginx+php only, light and fast.
Maybe handy to know. Vesta uses it's own nginx and PHP-FPM processes (e.g. separated from the services your domains use). You can confirm this behavior by stopping Apache2 and Nginx (service apache2 stop & service nginx stop on Debian) and then enter your panel URL:PORT. As you can see, Vesta still runs. You can kill Vesta by using service vesta stop (and all your other domains continue to function (granted that apache2 and nginx services are up).

Might be handy for you when troubleshooting performance (likely main apache2 and nginx need some tuning?).

Re: My site loads incredibly slow but vestacp loads fast

Posted: Sat Feb 28, 2015 11:02 pm
by joem
getgmb wrote:why my site is loading very slow but the vestacp panel loads faster?

Try disabling Nginx for that domain. Clear your browser cache and try again. As drMacFaulty stated vesta uses nginx and PHP-FPM which I personally believe loads web pages faster than nginx and plain old php. How to enable PHP-FCGI support