[Resolved] Mobile Speed extremely slow

Home Forums Support [Resolved] Mobile Speed extremely slow

Home Forums Support Mobile Speed extremely slow

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2046001
    Alejandro

    Hi guys,

    I am running some speed tests and having issues with mobile.
    In desktop I rank 97 in Google PageSpeed Insights (First Contentful Paint less than a second), but in mobile I only rank 70 and First Contentful Paint is 4,1 seconds

    I do use a CDN, caching on the server side (varnish) and using WP Rocket.

    Can you help me?

    Thanks

    #2046291
    David
    Staff
    Customer Support

    Hi there,

    if you can provide a link to the site then we can take a quick look for any obvious issues.

    #2046391
    Alejandro

    Ooops! yes, indeed:
    https://proyectoviajero.com

    Thanks,

    Alex

    #2046885
    Elvin
    Staff
    Customer Support

    Hi Alex,

    For starters, you can try combining your CSS to reduce the number of request.

    Consider preloading the page hero’s background image as well.

    As for how to do it, you simply hook <link rel="preload" as="image" href="full_url_to_the_image"/> to wp_head of your site. Replace the href with the url path of the image you use as the background of the page hero. 🙂

    #2047279
    Alejandro

    Oh, thanks for the tip.
    How do I do that if I have 2 different images, one for desktop mode and the second one for mobile view?

    Thanks!

    #2047394
    David
    Staff
    Customer Support
    #2047712
    Alejandro

    Thank you!

    #2047786
    Alejandro

    Yep, seems that this is helping a bit. I will try to get rid of some scripts also.
    Thanks for the help!

    #2047967
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.