15

When the initial request for the website takes 5 seconds but the server load is 0.01..
All next requests are loaded instantly.

Fml debugging this.

Comments
  • 5
    If you are using a provider like Azure, this is intended behaviour.

    After you deploy, its "hibernating", the first request spins it up. Not sure what causes this.
  • 5
    @D--M I was going to say this.

    Heroku's hobby tiers do this as well.
  • 3
    Its a vps in openstack. Its like always on a real refresh.
    I think its something in apache / php :(
Add Comment