Forum Moderators: Robert Charlton & goodroi
Higher loading time on mobile due to the fact that all the content designed for the desktop version will also be present and must load on mobileIf you’re talking about text (including css), that’s trivial. You’re talking about a couple of kilobytes at most. Superfluous content only becomes relevant if there are entire images that aren’t to be displayed on smaller devices. In that situation, make it a background image and set the smaller version in css to background: none so it simply doesn’t load at all.
the content designed for the desktop version will also be present and must load on mobile
Build content for mobile devices and then adapt the content for desktop