How do I make content only load on desktop?
In order to improve the performance on mobile, I want to load some of the content on one of my sites only on desktop (this is content that is also not clicked on mobile). If I simply hide it via CSS, it is still loaded, so I guess it won't really speed up the site much.
Is there a way in WordPress to actually not load some of the content on mobile, so it is only loaded on desktop?
Topic mobile conditional-content Wordpress performance
Category Web