Magento Expert Forum - Improve your Magento experience

Results 1 to 20 of 20

Speed up Magento in Easy steps?

  1. #1
    Senior Member
    Join Date
    Jul 2014
    Posts
    100
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Speed up Magento in Easy steps?


  2. #2
    Moderator speed2x's Avatar
    Join Date
    Mar 2013
    Location
    Hollywood, Florida, United States
    Posts
    88
    Thanks
    8
    Thanked 7 Times in 6 Posts

    Default

    Hi guys, I have a tutorial about this with much for detail Speed up Magento in Easy steps, welcome to check and comment

  3. #3
    Junior Member
    Join Date
    Jul 2014
    Location
    India
    Posts
    98
    Thanks
    3
    Thanked 4 Times in 3 Posts

    Default

    After a lot of magento projects, the magento speed is the key to make customers/users happy but it take us a lot of time to optimize too.

  4. #4
    Junior Member Ocodewire's Avatar
    Join Date
    Jan 2014
    Location
    India
    Posts
    244
    Thanks
    10
    Thanked 16 Times in 15 Posts

    Default

    To improve the speed, install a JS/CSS "minifier" which combine, compress and cache Javascript and CSS files. Alternatively, try the Javascript/CSS merge feature in Magento located under System -> Configuration -> Developer (Javascript/CSS Settings).
    Get the more details here: http://bit.ly/1mfbwEs

  5. #5
    Junior Member
    Join Date
    Jun 2014
    Posts
    121
    Thanks
    10
    Thanked 11 Times in 9 Posts

    Default

    Quote Originally Posted by speed2x View Post
    Hi guys, I have a tutorial about this with much for detail Speed up Magento in Easy steps, welcome to check and comment
    Very helpful... thanks a lot

  6. #6
    Junior Member
    Join Date
    Aug 2016
    Posts
    72
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Thank you for sharing,It's really helpful information.

  7. #7
    Junior Member
    Join Date
    Oct 2016
    Posts
    85
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    1. Speed up Magento by Clean database log

    It ‘s easy to understand that your magento can’t work well with a huge database. Many store keep too much the data they ‘ve never used. So let ‘s clean it in easy way by Optimize magento database by Cleaning log . It shouldn’t take you more 30 minutes to do but get a very good effect.

    2. Caching configuration for Magento

    Magento is designed so it focus to caching very much to have the best performance, but the default caching engine of magento is File System. They use it just because all of servers support it. But File System cache is the slowest caching engine. We need to configure magento to get it faster by other caching engine. My experience about speed up magento by caching engine is this flow from slow to fast.

    File System => APC => Memcached => Redis cache => Varnish cache

    The question is: why we don’t use Varnish cache in the most performance speed for all of magento sites? Because it take an advantage development and maintain so that only use it in the case you really need a very high speed. Maybe you don’t know that you can speed up magento roughly 200 times in practice with Varnish.

    3. Magento server configuration optimization

    This is a long instructions to speed up magento by server optimization. Basically, you need a very good magento hosting to get it make sense to do all of configuration or it just make your magento site crash and doesn’t work. Instead of play around too hard with server configuration and installation, I will show you how to choose a very good hosting with good price and support.

    It is not easy to choose a good magento hosting provider to get your magento work well. The most case you only need shared web hosting what support everything for Magento. And your hosting provider must have magento expert to help you solve problem come from Magento. Our recommend is SiteGround Magento Hosting package. They have everything you need include Memcached what can help you speed up a lot.

    And finally, the last thing after you buy a good host is follow this article instruction How to Optimize Magento Performance?

    4. MySQL configuration optimization

    A little bit advance but let me bring to here too. If you’re a mysql hero, you don’t need me to tell you how but we want to try and get the following settings in your my.cnf

    1
    2
    3
    query_cache_type = 1
    query_cache_size = 32M
    query_cache_limit=2M
    If you don’t have root access to check /etc/my.cnf (or /etc/mysql/my.cnf) variables, then login to mysql or use phpmyadmin to show variables.

    1
    2
    $ mysql -u mysqluser -p magento_database_name
    $ mysql> SHOW VARIABLES;
    And finally do a little setting for php.ini

    1
    php_value memory_limit 128M
    5. Advantage performance optimization

    – This is come in a too complex works what I can’t write everything here. Basically, the magento system is complex and one of the way to speed up magento is make strategy for caching in process workflow. This can be done by Full page caching extension.

    – Another caching way what can help you a lot in caching with combine server and magento process is Varnish caching with Varnish magento extension. You can find out here. But it is not easy to install and configure at all.

    If you need help for this you can contact us to have a quote for your site.

  8. #8
    Junior Member knowband.plugins's Avatar
    Join Date
    Jul 2016
    Location
    Noida, India
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    There are a lot of extensions in the market to speed up a Magento website. Some of them are:

    1. Magento Full Page Cache Extension (http://www.extendware.com/magento-full-page-cache.html)

    2. Search - Sphinx Search Ultimate:- This will increase the search speed on your website.

    3. Image Optimization (http://www.extendware.com/magento-im...zation.html):- Optimization plays a very important role in the speed of a website as lighter the image faster the website will be.


    Apart from caching you should try following things like

    1. Use CDN network for faster content delivery
    2. Enable Flat Catalog:- This will increase response time to mysql queries

    Read our detailed article here to boost your magento website performance.


    Regards,

    Knowband Plugins | Buy Best Magento Extensions

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

    Default

    We can also defer javascript till the last moment to make it be loaded after all HTML and CSS so that Magento sites can perform faster than normally.

  10. #10
    Junior Member waqqas.mohsin's Avatar
    Join Date
    Dec 2016
    Location
    Islamabad, Pakistan
    Posts
    36
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I suggest you all check out FME Extensions' new Magento Speed Optimization service. We are offering a full refund if we can't get your website to load in less then 2 seconds. Here is the link with the details: https://www.fmeextensions.com/magent...imization.html

  11. #11
    Junior Member
    Join Date
    Aug 2013
    Location
    USA
    Posts
    353
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    Hello there,

    Thank you for sharing.

    In this fast paced world, no one likes waiting. So, make sure your website gets loaded quickly. If your website is slow, customers will not wait. Instead, they will quickly to another website that gets loaded faster. So, don’t overload it and let it work faster. [Read more]

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

    Default

    Another way we can also take into consideration is using Full Page Cache to enhance site speed by making it perform better

    - Make sites perform faster by new new multi-level cache
    - Support MULTIPLE currencies/stores/languages
    - Access cache custom pages easily
    - Support mobile themes
    - Apply on any servers

  13. #13
    Junior Member
    Join Date
    Dec 2016
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post speed up magento in easy step?

    Thank you for sharing,It's really helpful information.There are a lot of extensions
    in the market to speed up a Magento website

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

    Default

    In Magento 2, we can also easily speed up sites by deferring JavaScript loading till the last moment by using an extension like Defer JavaScript
    JavaScript files are deferred so that they can only loaded after all HTML and CSS. Therefore, Magento sites can perform faster for better user experience.

  15. #15
    Junior Member
    Join Date
    Dec 2016
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Magento performance to ensure you don’t lose any sales due to high abandonment rate or an unsatisfying user experience.


    When it comes to choosing an eCommerce CMS or platform you have a lot of options. You could go with WooCommerce which is an extension of WordPress, Shopify, Volusion, and a number of other ones. The reason a lot of businesses choose Magento is because it is a very robust platform with a high level of functionality and customizability. It is highly scalable, meaning there would be no need to change to a different platform later on as you scale up.

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

    Default

    In addition, using GtMetrix is also a very good solution to optimize site speed. This tutorial will give a detailed instruction about how to optimize:

    https://bsscommerce.com/blog/magento...peed-gtmetrix/

  17. #17
    New member
    Join Date
    Feb 2018
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by pablohunt2812 View Post
    1. Speed up Magento by Clean database log

    It ‘s easy to understand that your magento can’t work well with a huge database. Many store keep too much the data they ‘ve never used. So let ‘s clean it in easy way by Optimize magento database by Cleaning log . It shouldn’t take you more 30 minutes to do but get a very good effect.

    2. Caching configuration for Magento mangafox

    Magento is designed so it focus to caching very much to have the best performance, but the default caching engine of magento is File System. They use it just because all of servers support it. But File System cache is the slowest caching engine. We need to configure magento to get it faster by other caching engine. My experience about speed up magento by caching engine is this flow from slow to fast.

    File System => APC => Memcached => Redis cache => Varnish cache

    The question is: why we don’t use Varnish cache in the most performance speed for all of magento sites? Because it take an advantage development and maintain so that only use it in the case you really need a very high speed. Maybe you don’t know that you can speed up magento roughly 200 times in practice with Varnish.

    3. Magento server configuration optimization

    This is a long instructions to speed up magento by server optimization. Basically, you need a very good magento hosting to get it make sense to do all of configuration or it just make your magento site crash and doesn’t work. Instead of play around too hard with server configuration and installation, I will show you how to choose a very good hosting with good price and support.

    It is not easy to choose a good magento hosting provider to get your magento work well. The most case you only need shared web hosting what support everything for Magento. And your hosting provider must have magento expert to help you solve problem come from Magento. Our recommend is SiteGround Magento Hosting package. They have everything you need include Memcached what can help you speed up a lot.

    And finally, the last thing after you buy a good host is follow this article instruction How to Optimize Magento Performance?

    4. MySQL configuration optimization

    A little bit advance but let me bring to here too. If you’re a mysql hero, you don’t need me to tell you how but we want to try and get the following settings in your my.cnf

    1
    2
    3
    query_cache_type = 1
    query_cache_size = 32M
    query_cache_limit=2M
    If you don’t have root access to check /etc/my.cnf (or /etc/mysql/my.cnf) variables, then login to mysql or use phpmyadmin to show variables.

    1
    2
    $ mysql -u mysqluser -p magento_database_name
    $ mysql> SHOW VARIABLES;
    And finally do a little setting for php.ini

    1
    php_value memory_limit 128M
    5. Advantage performance optimization

    – This is come in a too complex works what I can’t write everything here. Basically, the magento system is complex and one of the way to speed up magento is make strategy for caching in process workflow. This can be done by Full page caching extension.

    – Another caching way what can help you a lot in caching with combine server and magento process is Varnish caching with Varnish magento extension. You can find out here. But it is not easy to install and configure at all.

    If you need help for this you can contact us to have a quote for your site.
    I suggest you all check out FME Extensions' new Magento Speed Optimization service. We are offering a full refund if we can't get your website to load in less then 2 seconds. Here is the link with the details: https://www.fmeextensions.com/magent...imization.html

  18. #18
    Junior Member
    Join Date
    Sep 2018
    Location
    Canada
    Posts
    873
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    7 Tips to Speed up Magento 2. Examine each outsider augmentation introduced.

    Examine each introduced outsider augmentation.

    Pick the quickest facilitating you can manage.

    Turn Caching On.

    Turn Production Mode On.

    Never Use JS Bundling.

    Empower CSS/JS Minification.

    Utilize Built-in Cache, Skip Varnish.

  19. #19
    Junior Member
    Join Date
    Sep 2018
    Location
    United Kingdom
    Posts
    635
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    7 Tips to Speed up Magento 2. Inspect every 3rd-party extension installed. ...
    Inspect every installed 3rd-party extension. ...
    Choose the fastest hosting you can afford. ...
    Turn Caching On. ...
    Turn Production Mode On. ...
    Never Use JS Bundling. ...
    Enable CSS/JS Minification. ...
    Use Built-in Cache, Skip Varnish.

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
  •