In Responsive Design, we hide elements in the page with @media queries and display: hide in the CSS.
Ok,
But in my system:
Browsers that have less than width: 800px, the layout must hide some content, not only hide, but avoid them load fully.
I mean, in access with desktop with more than 800px of screen, the page load fully;
In mobile devices, or even in desktop with less than 800px, not load some content.
I want to make the page load faster in this browsers.
The system are maked in PHP and have some Javascript.
Thanks...