Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #314168

    Hello Team,

    First off, id like to add this theme is really detailed and overall amazing. I am very pleased with it. However, I was having alot of load time issues. Specifically with the Page Speed results around 33 and 35 for Mobile/Desktop. I used BSW Minify Plugin and the speeds went up to the 40s and 50s. I started testing on Internet Explorer as our launch date approaches, and noticed the Layerside does not load on every page. The Tabs no longer work. As well the Mobile Hamburger Menu button does not display. These issues are random accross the pages, or so it seems.

    I deactivated the BSW Minify Plugin and still got the errors. Tried deleting the cache on my PC that i was testing IE on and still have the issues.
    Could there be another plugin that is giving me the issue? It must work since the theme demo works well on IE.

    I have not yet tried disabling other plugins or deactivating other plugins.

    #314353

    Hi dfisherharmony!

    Thank you for using Enfold.

    If you’re using BWP Minify plugin, please add this on functions.php to exclude the layout.css file:

    add_filter('bwp_minify_style_ignore', 'exclude_my_css');
     
    function exclude_my_css($excluded)
    {
        $excluded = array('avia-custom', 'avia-layout');
        return $excluded;
    }

    These are some of the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets. (DONE)
    5. Install WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    Regards,
    Ismael

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