Magento Expert Forum - Improve your Magento experience

Results 1 to 13 of 13

How to solve Magento website speed problems?

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

    Default How to solve Magento website speed problems?


  2. The Following 2 Users Say Thank You to James For This Useful Post:

    clapcreative (07-06-2016),Lyndaa (10-05-2017)

  3. #2
    Junior Member clapcreative's Avatar
    Join Date
    Jul 2015
    Location
    149 Mcafee court , Thousand Oaks CA 91360
    Posts
    115
    Thanks
    3
    Thanked 6 Times in 6 Posts

    Default

    In order to speed up the Magento Admin Panel, you need to:
    1. Set up Varnish cache
    2. Tune up the database
    3. Clean up the cache
    4. Delete unused extensions
    5. Delete out-of-sale products
    6. Reindex your products

    In order to speed up Magento Frontend performance, you need to:
    1. Compress the output
    2. Use Expires Headers
    3. Merge CSS files with JS files
    4. Use Memcached
    5. Use Parallel Downloads


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

  4. #3
    New member
    Join Date
    May 2016
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

  5. #4
    Junior Member Bizmagestore's Avatar
    Join Date
    Apr 2014
    Location
    India
    Posts
    494
    Thanks
    1
    Thanked 27 Times in 27 Posts

    Default

    Store Error Log Manager Extension is specifically meant for admin (online merchants) to track website and log errors, not found pages along with wrong login attempts. This extension helps merchants/developers to run their online store more proficiently and seamlessly by finding different types of errors and reducing it all by finding solutions to them.

    Attachment 4783

    SEO Data Template Manager will help you set the SEO attributes for your online store. You can optimize your online store according to the latest requirement of search engines.

    You can optimize the category pages, Product pages and CMS page for a particular product or group of products with this extension. This can lead you obtain higher position in the various search engines.
    Attachment 4784

  6. #5
    New member
    Join Date
    Oct 2014
    Location
    bangalore
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    By deleting unused extensions and pluggins we can improve the speed. As a well organized platforms the possibility of occuring unwanted codes is less. So a proper developer can do it without so much of complications. Note that eCommerce website are for online bussiness. So make sure that your website can perform well in online. Approach best developers for developing a better performing site. My suggetion for eCommerce development in hyderabad is Kepran Infosoft

  7. #6
    New member mavencrux's Avatar
    Join Date
    May 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    To solve Magento website speed problems, check out Magento Speed Optimization Services provided by Maven store. It will help you to improve the performance of your Magento store and develop a successful website.

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

    Default

    Magento is feature-rich, professional open-source ecommerce solution that offers merchants complete flexibility and control but it require a good platform what is configured right for it to run it fast. Almost people will think Magento is too slow but they will never know that Magento can run very fast if you make the right choice and do the right way base on their platform feature requirements. Just need to solve the magento speed problem then it ‘s really a perfect ecommerce solution. Ok, I know we are still in a big question: How to Speed up Magento?

    Let ‘s go through 5 ways to speed up magento base on our development from 2008, we are sure it will help you have a good speed for your magento site.

    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.

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

    Default

    We also can use an extension called Magento Full Page Cache to solve slow site speed which can cause customers to immediately leave site due to bad performance

    + Reduce loading time and improve site speed by reducing database loading on the server
    + Support multi-level cache to make server faster and easily access to cache custom pages
    + Multi currencies, languages and stores are also supported
    + Support mobile themes
    + Apply on any server

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

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

    Default

    Check out FME Extensions' Speed Optimization service. We are offering 100% if we are able to get your website to load in less than 2 seconds. Here is the link: https://www.fmeextensions.com/magent...imization.html

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

    Default

    There is a very useful Magento extension that can help to speed up Magento site: Defer Javascript
    This module 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.
    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.

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

    Smile

    First of all,
    • You have to change your server. Use the best server HOSTGATOR or Use Cloud server AMAZON.
    • Second You need to clear or flush Magento cache.
    • Try to reduce Database load time on server
    • Delete JS, CSS which you find unnecessary
    • Minimum coding
    • Use default functionality more
    • Use proper extension for your website.


    Check it out here Best Magento extension: Ecomextension

    The main thing is, Even you can find free extension also.

  13. #12
    Junior Member
    Join Date
    Mar 2017
    Posts
    33
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Performance and speed are the most important factor for any successful eCommerce store. Thanks for sharing this great article to speed up Magento. Well, you have missed one important point which is installation and configuration of varnish cache. There are some more tips that you can use to speed up Magento. Here's another tutorial: Improve Magento Performance

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

    Default

    Magento 2 Defer JavaScript is available now! We can easily speed up Magento 2 websites by deferring parsing of JavaScript till the last moment after all HTML and CSS loading.
    Besides, like Magento 1 version, it can defer Iframes effectively also. Therefore, your website ranling can be improved in the search engine result pages.

    Name:  Magento_2_defer_JavaScript_-_after_installing.PNG
Views: 52
Size:  13.3 KB

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
  •