Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

Speed up your Magento!

  1. #1
    Junior Member Amasty's Avatar
    Join Date
    May 2013
    Posts
    396
    Thanks
    1
    Thanked 4 Times in 3 Posts

    Lightbulb Speed up your Magento!

    Amasty is happy to announce a new extension Full Page Cache!
    It's main features include:

    • Magento loads pages much-much faster
    • Automatic cache updating
    • Better search engine indexing and higher rankings
    • Flexible cache configuration
    • Save time for your customers to retain them


    Page load time with and without Full Page Cache

    Name:  full-page-cache-magento-cache-comparison.png
Views: 343
Size:  48.3 KB

    Why site speed is important?
    • 40% of people abandon a website that takes more than 3 seconds to load.
    • A 1 second delay in page response can result in a 7% reduction in conversions.
    • If an e-commerce site is making $100,000 per day, a 1 second page delay could potentially cost you $2.5 million in lost sales every year.


    Moreover, fast page load is important for Google rankings!

    So visit the extension page to get more details and boost your site speed!

    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

    There is a very useful way to optimize Magento 2 site speed is deferring JavaScript loading till the last moment after all HTML and CSS. It means that JavaScript files are put to the end of page, therefore the web browser will load HTM and CSS before loading these JavaScript files. This leads to loading time be reduced and magento site perform faster than before.

    To make this JavaScript parsing easier, we had better not do it manually, let's use an extension instead because of convenience and simplicity: Defer JavaScript for Magento 2

  3. #3
    Junior Member
    Join Date
    Nov 2015
    Posts
    629
    Thanks
    6
    Thanked 33 Times in 33 Posts

    Default

    For Magento 1 websites, Defer JavaScript is also useful to speed up and improve user experience by delaying JavaScript loading till the last moment. This way is especially meaningful for Magento 1 sites because Magento 1 does not support deferring JavaScript like Magento 2

Tags for this Thread

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
  •