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

前端 未结 14 1688
野性不改
野性不改 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:29

    Does all this stuff have to be on the same page? Does it make sense to split the content over multiple pages? Can some of it be delayed until the person requests it? Can it be grouped into tabs? Hidden tabs could be lazy loaded for instance.

    Give serious thought to restructuring the content in other ways. You might be able to come up with an alternate arrangement that simplifies the problem.

提交回复
热议问题