• I have a site that rates in the high nineties on Google Pagespeed. But the mobile version is in the low forties. Theme is Ocean WP.

    Is it possible to have 2 versions of the site? One for Desktops and one for Mobile under the one url, so that the correct version is shown to the user, automatically?

    I am just an old guy seeking a possible solution.

    Regards
    Drachsi

    • This topic was modified 2 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Generally, you would use meta queries to define breakpoints in your code. This allows you to change different settings based on the size of the screen. The problem might not be with the meta queries but with the images being loaded. Images are usually the worst for slowing down site rendering. You could make sure your site supports options like lazy loading which I think WordPress implements by default now. Also, Make sure images are highly compressed. You might also want to check into Responsive images which allow images to be selected by the screen size.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile version and desktop version question’ is closed to new replies.