How can I remove Content preload in the home page

This topic has 8 replies, 2 voices, and was last updated 3 months ago ago by Luca Rossi

  • Avatar: micelion
    micelion
    Participant
    April 22, 2024 at 15:34

    I have a pretty urgent problem. It seems that my website is very slow because the Lazy Load loading icons appear. I have them disabled within my home template in Elementor in XStore ajaxify. The icons appear in the revolution slider and in the 4 purchase icons below.

    Users believe that the website is slow for that reason.

    I need to disable it and stop the loading icons from appearing.

    I send you access information to wp-admin.

    Thank you!

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    7 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    April 22, 2024 at 18:12

    Hi @micelion,

    We hope this message finds you well.

    We kindly request that you insert the following code snippets into the functions.php file located within your child theme:

    
    add_filter('etheme_ajaxify_elementor_widget', '__return_false');
    add_filter('etheme_ajaxify_lazyload_widget', '__return_false');
    add_filter('etheme_ajaxify_script', '__return_false');
    

    Subsequently, please add the custom CSS provided below by navigating to Theme Options > Theme Custom CSS > Global CSS in your website’s admin panel:

    
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-et-]>.elementor-widget-container,
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]>.elementor-widget-container,
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-etheme]>.elementor-widget-container,
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-product-etheme]>.elementor-widget-container,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-et-]>.elementor-widget-container,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]>.elementor-widget-container,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-etheme]>.elementor-widget-container,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-product-etheme]>.elementor-widget-container {
        opacity: 1;
        visibility: visible;
    }
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:before,
    body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:before,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:before,
    body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:before {
        display: none;
    }
    

    We trust that these adjustments will be beneficial. Should you require any further assistance, please do not hesitate to contact us.

    Best Regards,
    The 8Theme Team

    Avatar: micelion
    micelion
    Participant
    April 22, 2024 at 18:44

    Thanks for the reply.

    I have done everything you told me and the Lazy Load loading icons continue to appear.

    The main page loads very slowly when I access it for the first time from an incognito tab.

    Could you look at optimizing the loading of the main page so that it loads everything at once or that it loads but looks faster?

    Thank you!

    Avatar: Justin
    Luca Rossi
    Support staff
    April 23, 2024 at 03:37

    Dear @micelion,

    We hope this message finds you well.

    We noticed that the custom codes had not been added, so we took the initiative to incorporate them into the Snippet Code plugin. Additionally, we have cleared all caches to ensure optimal performance. The following codes are now active:

    
    add_filter('etheme_ajaxify_elementor_widget', '__return_false');
    add_filter('etheme_ajaxify_lazyload_widget', '__return_false');
    add_filter('etheme_ajaxify_script', '__return_false');
    

    Could you please verify if everything is functioning as expected on your end?

    Thank you for your attention to this matter.

    Best Regards,
    The 8Theme Team

    Avatar: micelion
    micelion
    Participant
    April 23, 2024 at 06:26

    I still see the loading icons, but I don’t know if for a shorter time now.

    The problem has always been the load on home plate. I do a speed test and it takes more than 6.71 s to open. The logo takes a long time to load and so does the revolution slider. The categories and products are doing very well. They open very quickly but the home plate does not.

    I need you to please review the general optimization of the home, because since I installed the template the speed of the home is very slow. I need you to optimize the home.

    Thank you

    Avatar: Justin
    Luca Rossi
    Support staff
    April 23, 2024 at 06:51

    Hi @micelion,

    Website speed depends on various factors that we do not control. What we can do is share the links that can help you with speed optimization: https://xstore.helpscoutdocs.com/article/100-how-to-speed-up-my-website

    Every additional plugin slows down the site a bit, so we would recommend you disable unrequired plugins.

    We are writing to address the issue you have been experiencing with your website’s slow loading speed. After conducting a speed test on your website via Google PageSpeed, we have found that the performance is suboptimal. You may review the results at the following link:
    https://pagespeed.web.dev/analysis/https-miceliongames-com/6c04f9j5fb?form_factor=mobile

    We recommend that you review the suggestions provided by Google PageSpeed in the Top Issues list, accessible here: https://prnt.sc/td3OltnNPEuy & https://prnt.sc/MPzbpe1R5hl2

    About your results on Google PageSpeed results:

    — Enable text compression: https://developer.chrome.com/docs/lighthouse/performance/uses-text-compression/?utm_source=lighthouse&utm_medium=lr
    — Reduce unused CSS: https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/?utm_source=lighthouse&utm_medium=lr
    — Eliminate render-blocking resources: https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/?utm_source=lighthouse&utm_medium=lr
    — Largest Contentful Paint element: https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/?utm_source=lighthouse&utm_medium=lr

    For further guidance on how to improve your website’s speed, we invite you to review our theme documentation. The following links provide detailed information on this topic:

    1. https://xstore.helpscoutdocs.com/article/39-main-theme-options
    2. https://xstore.helpscoutdocs.com/article/128-how-to-improve-wp-rocket-settings-with-xstore

    For a comprehensive understanding of the specific issues that may be affecting your website’s speed, we suggest conducting a website speed test with Google PageSpeed. This tool can provide you with actionable recommendations to further enhance your website’s performance.

    We trust that you will find this information useful in improving your website’s performance.

    Best regards,
    The 8Theme Team

    Avatar: micelion
    micelion
    Participant
    April 23, 2024 at 09:31

    Thanks for taking your time.

    Regardless of whether I can optimize the website. The 12kb logo on my website takes 8 seconds to load. It is not normal.

    I need you to check why it takes so long to load the home. The Lazy Load loading icons continue to appear.

    You haven’t solved anything for me at the moment.

    I need your help.

    Thank you

    Avatar: Justin
    Luca Rossi
    Support staff
    April 23, 2024 at 10:11

    Hi @micelion,

    You disabled our snippet codes so the loading icons are displaying again:

    https://prnt.sc/zSA_bLPMn1zR

    Your home page is loading slow because of the Revolution Slider, please take a look at this article about the improvement speed of Revolution Slider plugin:

    https://www.sliderrevolution.com/tutorials/optimizing-load-speed-and-performance/

    Best regards,
    The 8Theme Team

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.