How to make the 1st part of the site loads first? (Like in Google PageSpeed)

前端 未结 14 1534
野性不改
野性不改 2021-01-31 11:01

I have a very large site and it takes pretty long time to load. It takes around 120 seconds. What I\'m trying to do is loads 1st half of the site loads 1st. Then user can surf w

14条回答
  •  隐瞒了意图╮
    2021-01-31 11:40

    Having in mind all that was mentioned above you may think of caching parts of your data/html code with memcache or in any other way possible so you skip its generation every time. Of course this depends pretty much on how often the data changes.

提交回复
热议问题