Magento Expert Forum - Improve your Magento experience

Page 1 of 2 12 LastLast
Results 1 to 20 of 34

10 tips to speed up magento performance

  1. #1

  2. #2
    Junior Member
    Join Date
    May 2015
    Posts
    50
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Enable Output Compression
    Enable Expires Headers
    Disable ETags
    Enable Flat Catalog
    stop your webserver
    Dont change any default value

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

    Default

    You've shared great insights into Magento performance optimization. I would also add 1 more important point - cache

    Here is some research:
    - Magento Full Page Cache vs Varnish Cache
    - Magento cache explained: a guide for store owners

    And an extension: Full Page Cache

    Attachment 2532

  4. #4
    Junior Member aaryanmevada's Avatar
    Join Date
    Apr 2015
    Posts
    54
    Thanks
    2
    Thanked 3 Times in 3 Posts

    Default

    A research shows that a user spends 70-80% of the online shopping time on the store front. Only around 20-30% time is spent in the checkout process. So optimizing the front end would make the website performance better. JavaScript and CSS files need to be aggregated and compressed. You can use modules that would help you to compress the files and reduce its size. Several tools are available to compress the themes and images on the website. Too much of compression can damage the picture quality, so make sure you set a limit prior to start compressing the images.

  5. #5
    Junior Member
    Join Date
    May 2014
    Location
    India
    Posts
    28
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Name:  magento-speed-optimization.jpg
Views: 1497
Size:  58.9 KB
    Excellent optimization tips, thank you. Recently i visited the blog post which had more information about Magento performance optimization. i would like to recommend here.

    Check the info. http://bit.ly/1i6NVGH

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

    Default

    A research shows that a user spends 70-80% of the online shopping time on the store front. Only around 20-30% time is spent in the checkout process. So optimizing the front end would make the website performance better. JavaScript and CSS files need to be aggregated and compressed.

  7. #7
    Junior Member techpro's Avatar
    Join Date
    Jan 2016
    Location
    New York
    Posts
    14
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Name:  magento-speed_optimization.jpg
Views: 1060
Size:  29.8 KB

    Follow given below process to enhance magento store performances ..

    Minimize JS and CSS
    Combine JS and CSS Files
    Combine images into CSS sprites
    Enable Magento Compilation
    Compress image files using a photo editor
    Use Content Deliver Network
    Minimize use of third party extensions
    Replace Apache server with LiteSpeed Enterprise web server


    I hope it will help

  8. #8
    Junior Member
    Join Date
    Apr 2015
    Posts
    109
    Thanks
    0
    Thanked 8 Times in 8 Posts

    Default

    really great post. I think if we apply this tips we can surely boost the ROI for sure.

  9. #9
    New member
    Join Date
    Feb 2016
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Reply to 10 tips to speed up magento performance

    Quote Originally Posted by VenusTheme View Post
    Looking for the way to speed up magento performance: http://www.venustheme.com/10-tips-to...o-performance/
    Use Magento Cache to speed up magento performance. This not only speeds up... but it also makes it live to its users when offline.!!

    Asus mobile service center in chennai

  10. #10
    New member GoDavidKing's Avatar
    Join Date
    Feb 2016
    Location
    Tampa Bay
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nice tips, Thank you for sharing
    Please suggest me extention for Discount Coupons for Multiple Shipping Address
    I am creating a magento store www.tampapcwebdesign.com
    at this moment i am working on testingserver

    Thank you

  11. #11
    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

    good post there are 3 post are seems fine and new.

  12. #12
    New member
    Join Date
    Feb 2016
    Location
    Indian
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    On the off
    chance that some individual marvels in the matter of why Magento ecommerce improvement has picked up so much ubiquity or even consideration of the e-business site engineers. To know more go through : Custom Magento Development

  13. #13
    Junior Member magentomobile's Avatar
    Join Date
    Feb 2016
    Location
    Mohali, Punjab, India
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Wow its a great and helpful article by Venus Theme.

    Also all the Magento based e-commerce website owners can get free magento mobile apps for their services.

    Visit here

    Thanks
    Name:  logo (1) - Copy.png
Views: 862
Size:  9.8 KB

  14. #14
    Junior Member
    Join Date
    Mar 2016
    Posts
    209
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Follow these,
    Clean database log
    Caching configuration
    Magento server configuration optimization
    Optimize the MySQL server
    Advantage performance optimization
    Minimize the third party extension & Keep you site clean
    Ensure you are running the latest version

  15. #15
    Junior Member
    Join Date
    Apr 2016
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Great Post. Thanks for sharing.

    I like like to mention some more tips to increase performance of your Magento Store

    1. Latest Version: It is very important that you run latest version of Magento .

    2. Content Delivery Network: : Implement a content delivery network with Magento is one of the easiest ways to instantly see decreased load times.

    3. Utilize Caching: There are many forms of caching that can be implemented with Magento. Many people have great success combining NGINX + APC + Memcache + Varnish caching.

    4. Browser Caching: Another form of caching you can leverage is browser caching. See the following snippets you can add to your .htaccess file, such as enabling Gzip compression and adding expire headers.

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

    Default

    One important tips to speed up Magento site that is not mentioned is deferring JavaScript files loading after all HTML and CSS files loading so that a web page will render HTML and CSS in advance.
    As you know, a normal page loading starts with JavaScript and CSS before HTML and the content of page. Therefore, this is the reason why Magento sites load slowly and causes customers leave sites quickly. To solve this problem, we use a Magento extension called Defer JavaScript which can speed up Magento sites effectively without making any complicated code changes

    - Automatically defer parsing of JavaScript till the last moment after all HTML and CSS loading
    - Reduce loading time and speed up Magento sites (both Magento 1 and Magento 2)
    - Exclude path/controller in order not to be affected by deferring JAvaScript
    - Work well with Full Page Cache

    Along with Magento 1 version, Defer JavaScript for Magento 2 also brings awesome benefits for sites when speeding up and reducing loading time effectively which improves customer experience

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

    Default

    Magento is well known as a feature rich & professional open source that support user great flexibility and fully control. Although, it is a very good platform but many people hesitate that Magento keep running slow. In fact, they don’t know that Magento can run fast as they want. If they do in the right way, slow speed will be no longer problem. With the support of Google search, you can find many ways to help you speed up Magento store, but in this post I will show how to speed up magento site effectively and easily. People says “Time is Money” why you don’t speed up Magento performance now. We ensure that these below tips are useful to improve magento performance. Here is the list of top 10 easy ways to speed up Magento.

    1. Clean database log
    Many Magento store keep unnecessary data but it is not a wise choice because keeping that huge database makes your Magento store run slowly and less effectively. That’s why we need Clean database log. This way is not only easy but it also time saving. It takes no more than 30 minutes to speed up Magento store. To clean database log, please follow these below steps.

    >> Check Table Log >> Select Empty >> Choose Yes

    1. Speed up Magento by Clean database log

    2. Caching configuration
    Magento comes with default caching engine that is called File System. Besides, it is suggested to configure another caching engine-Varnish cache. With Varnish cache you can speed up Magento about 200 times but you should just use it in essential case because this engine take an advantage development and maintain.

    2. Caching configuration for Magento- vesnustheme

    3. Magento server configuration optimization
    In order to speed up Magento via serve optimization you must have a good hosting. If not, it doesn’t make sense because you store may crash or doesn’t work. A good hosting is what supports everything together with Magento expert to help you solve problem come from Magento.

    4. Optimize the MySQL server
    My SQL has own “query cache” that helps to generate dynamic pages and content while improve the performance incredibly. This “query cache” work according to this below process. First, MySQL store the query text & results and then when the same question is requested, that results are made quickly.

    MySQL configuration optimization venustheme

    5. Advantage performance optimization
    Because Magento system is quite complex, one of the best ways of speeding up Magento is caching in process workflow. In this case, Full page cache extension will be extremely useful. Another way is to use Varnish Magento extensions.

    6. Minimize the third party extension & Keep you site clean
    Although, Magento extension is helpful for your site but it is wise choice to keep number of the third party extension at minimum level. Too many extensions will require more process and database thus it will bring a negative impact on the whole performance.

    7. Ensure you are running the latest version
    Each time, new version has released, Magento performance has been improved considerably. For example, the latest version Magento 2.0 that has been released the last December speed up Magento significantly.

    Related: 15 AMAZING KEY UPDATES & EXCITING FEATURES OF MAGENTO 2.0

    features of Magento2

    8. Choose Best Web Hosting
    Good web host can play an important role in improving your site speed remarkably. It is wise choice to choose the most suitable host with your site demand web space, monthly traffic, data transfer, backup, database type support, CDN, etc.

    9. Use optimized Magento themes.
    Templates and extensions are dispensable parts of any Magento site. Beautiful design is a good point but it’s not enough. The important things are features, SEO optimization, usability…

    For consideration, head over to 10 tips to choose best Magento themes or Top 9 New Responsive Magento Themes in advance of choosing the optimized magento themes

    10. Optimize Magento Site on Mobile
    Using mobile for surfing is a spreading trend now. Hence, it’s important that you site both look and work great on most popular devices such as smart phones, tablets. To check your site performance, I recommend to check Google PageSpeed insights to check how your site is performed in mobile and list of issues should be fixed.

  18. #18
    New member
    Join Date
    Nov 2016
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much for this awesome guide.
    But if you are a Blogger then I wanna suggest you a different approach to speed up your website.
    You really should check it out
    5+ kick-ass ways to speed up your website.

  19. #19
    New member
    Join Date
    May 2016
    Location
    Bangalore, India
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Here also you can find the tips to increase the performance of your Magento site. https://boostyourmagentowebsite.blog...ed-and_11.html

  20. #20
    New member
    Join Date
    Nov 2016
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Follow these tips below on how to speed up Magento and keep it running fast to ensure return shoppers and sales.

    Speed Up Magento Index

    Latest Version
    Content Delivery Network
    Utilize Caching
    Enable Flat Catalog
    Image Optimization
    Concatenate (merge) CSS and Javascript Files
    Enable Magento Compilation
    Clean Up Magento Database & Logs
    Fewer Extensions & Modules
    MySQL Configuration
    Update Indexes
    PHP Accelerators
    Choose Fast Web Hosting


    Apply these settings you can boost up your Magento website. Visit our Blog : http://blog.abacasys.com/ OR you can directly visit our page : http://abacasys.com/magento-development.php for further information.

Page 1 of 2 12 LastLast

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
  •