Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

Booster Full Page Cache - Speed up Magento store

  1. #1
    Junior Member uscoding's Avatar
    Join Date
    Jun 2014
    Location
    http://uscoding.net
    Posts
    11
    Thanks
    11
    Thanked 1 Time in 1 Post

    Thumbs up Booster Full Page Cache - Speed up Magento store

    Booster Full Page Cache extension is ready to serve your pages as fast as possible. It reduces database load and increases your site speed.
    This extension makes Magento super fast, reduces hardware requirements and costs, and makes your Web site more responsive to shop on.

    Product detail: Booster Full Page Cache

    Name:  time_loading_cache.png
Views: 322
Size:  58.5 KB

    Main Features

    - Compresses Java Script
    - Crawl all your important pages
    - Reduces bandwidth and CPU usage during crawls
    - Clears cache when a new product is added
    - Clears cache when a product goes from Disabled to
    - Supports English, German, French, Spanish, Dutch and Italian languages
    - Allows for users to enter their e-mail to be notified
    - Allows for faster page rendering
    - Dynamic blocks that require interactivity with the shopper
    - Admin can choose whether to cache dynamic blocks
    - Enables Admin to check whether the page is loaded from cache
    - Enables Admin to redistribute server resources among types of pages
    - Enables Admin to check whether the page is loaded from cache

    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 reduce loading time 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.

    Magento 2 Defer JavaScript Extension is also used to reduce loading time for Magento 2 sites.

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

    Default

    Magento 1 Defer Javascript extension helps to automatically defer parsing of Javascript till the last moment after all HTML and CSS loading. The reason is that a normal web page will render external JavaScript and CSS resources before HTML and the content of the page. Therefore, Magento sites will load slower than ever.

    Name:  magento_2_defer_javascript-after_installing.png
Views: 132
Size:  15.0 KB

    With Defer JavaScript extension, Magento sites can put all JavaScript files till the end of page to be loaded after HTML and CSS which can reduce loading time and speed up sites effectively without taking much time to make complicated code interfere.

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
  •