Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

Most simple way to speed up Magento site by deferring JavaScript loading

  1. #1
    Junior Member James's Avatar
    Join Date
    Jan 2016
    Posts
    663
    Thanks
    2
    Thanked 13 Times in 12 Posts

    Default Most simple way to speed up Magento site by deferring JavaScript loading

    In Magento, there are a lot of reasons leading slower loading or longer responding time that affects site speed considerably but few people think that this issue can derive from JavaScript files. As you know, when rendering a web page, the browser will load JavaScript and CSS resources before HTML files (or page content). Therefore, Magento sites take more time to load and display web content for customers, which causes customers immediately leave sites because they have to wait so long for loading.
    => What should we do to solve this problem?
    In fact, many ways can be applied to improve site speed but they are mainly implemented manually with complicated code changes. We should need an extension as a third tool to help enhance site performance simply and quickly. Due to this issue, we developed an extension called Defer JavaScript for the purpose of saving time and effort for admin to speed up Magento sites easily just by making some configuration without any code interfere.

    + It will defer JavaScript loading to reduce loading time by putting JavaScript files to the bottom of pages behind all HTML and CSS so that the browser will load HTML and CSS files before JavaScript
    Let's look at this picture below:

    Name:  magento_defer_js-after.jpg
Views: 20
Size:  85.8 KB

    This is the result after installing Magento Defer JavaScript with highest score while this score is much lower before using this module

    Name:  magento_defer_js-before_1.jpg
Views: 20
Size:  63.8 KB

    + Improve site ranking on search engine

    + Work well with Full page cache module

    Therefore, this extension is really a very good tool for all Magento store admin to speed up their sites and bring better shopping experience for customers!

    Check it out for FREE Installation, FREE Support and Updates!

    View more threads in the same category:


  2. #2
    Junior Member James's Avatar
    Join Date
    Jan 2016
    Posts
    663
    Thanks
    2
    Thanked 13 Times in 12 Posts

    Default

    Magento 2 Defer JavaScript Extension is available now!
    It will help to defer parsing of JavaScript till the last moment so that JavaScript files are loaded after all HTML and CSS, which can speed up Magento 2 websites easily.
    Check it out for Free Installation, Free 3-month Support and Free Updates!

  3. #3
    Junior Member James's Avatar
    Join Date
    Jan 2016
    Posts
    663
    Thanks
    2
    Thanked 13 Times in 12 Posts

    Default

    NEW UPDATE: Magento Defer JavaScript support deferring Iframes loading effectively so that you don't need to worry aboout the slow site speed when your site has some embeded code of other websites.

    See how quick your site becomes after using Defer JavaScript now!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •