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

前端 未结 14 1579
野性不改
野性不改 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条回答
  •  旧时难觅i
    2021-01-31 11:30

    With pure PHP? Not smart.

    $(function() { $('#body').delay(1).fadeOut(); });

    Fiddle example: http://jsfiddle.net/r7MgY/

提交回复
热议问题