What's the most efficient way to hide content for a mobile version of a site?

前端 未结 5 1924
说谎
说谎 2021-01-20 16:03

I\'m working on a mobile version of a large site. There\'s a lot of content from the full site that\'s not needed for mobile.

What is the best way to hide this? i.e

5条回答
  •  时光说笑
    2021-01-20 16:20

    If you are developing for mobile, your first priority is to reduce bandwidth. The responsiveness of the site on mobile is usually less dependent on how fast it is rendered, but by how fast it is loaded (without even mentioning that users often pay for traffic).

    On a related note - keep in mind the smaller screens on mobiles. It often makes sense to make a lighter site (both in bells in whistles and in content per page).

提交回复
热议问题