[Support request] Reduce the impact of third-party code

Home Forums Support [Support request] Reduce the impact of third-party code

Home Forums Support Reduce the impact of third-party code

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1557623
    can

    Hello

    How can i solve this error in page speed?
    https://prnt.sc/vsm4ci

    I am using wp rocket and asset cleanup pro

    #1557660
    can

    i sent my website link also.

    #1558017
    can

    and i have also heading code error
    i changed the theme and its like https://prnt.sc/vst5ub
    how can i solve this heading problem situation?
    I am editing with classic editor however its not working when i try to edit with new editor it gives JSON error.

    #1558024
    David
    Staff
    Customer Support

    Hi there,

    you can use the Flying Scripts plugin to defer the loading of your advert scripts:

    https://wordpress.org/plugins/flying-scripts/

    #1558035
    can

    Thank you David i ll try. is there any solution for heading problem ?

    #1558177
    David
    Staff
    Customer Support

    What exactly is the issue ?
    Is it you cannot save in the Block editor or the formatting you need from the classic editor ?
    If its the latter can you provide a link to your site so i can see the issue.

    #1558222
    can

    i sent my login details and screenshot of problem. and most of my pages are looking in desktop like that.

    #1558299
    can

    if you can help me about decrease my CLS score on gtmetrix i ll be really glad its 0.8

    #1558926
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    The heading issue you’re seeing is being caused by your images being floated.

    You can try this:

    .single .entry-content h3,
    .single .entry-content h2 {
        clear: both;
    }

    When it comes to CLS/page speed scores, the best place to get tips is the tool you’re using to test the site. They will give you a list of things to improve ๐Ÿ™‚

    #1559069
    can

    Didnt work ๐Ÿ™
    Could you fix it for me ?

    #1559080
    can

    And i am getting lower score from page speed in youtube embed video pages. i am using wp youtube lyte plugin are there any other recommendation for this?

    #1559639
    Tom
    Lead Developer
    Lead Developer

    I’m not seeing my CSS on the page you linked to – did you keep it saved?

    I don’t have a ton of experience with YouTube videos, but the support for that plugin may have an idea.

    #1559757
    can

    Its working thank you.
    Is there any solution for other errors of my page speed?

    #1560137
    David
    Staff
    Customer Support

    For you YouTube videos – you can try lazy loading them with this plugin:

    https://en-gb.wordpress.org/plugins/lazy-load-for-videos/

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