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
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).