Home / 

Magento at Speed

Though increasing the performance of e-commerce websites is not specific to Magento, our community does know that there are specific challenges that Magento sites encounter. In this blog, we want to focus on ten key techniques where we can increase the performance of our Magento site, both with techniques common to any e-commerce site and those specific to Magento.

Let’s start by understanding just how important e-commerce website performance—or, site speed, as we will call it is. The obvious impact of speed that we encounter is our frustration or satisfaction quotient for a website. This is the visceral stuff, the things that we can relate to, but your site’s speed can impact a variety of things that impact your success.

Page Speed vs. Site Speed

Let’s take a moment to clarify site speed from page speed—it may be obvious, but let’s make sure we are clear about the meanings of each phrase. This article is talking about site speed which occurs as a person journeys through your site (e.g. buying a blouse).

This may include using site search, loading a category page, opening a product details page, adding to the cart, and checking out. Each part of the journey involves loading, and perhaps waiting, for individual pages—page speed¬—whereas the overall experience across the combined pages is site speed.

Site Speed’s Impact

  1. SEO Rankings. Google has declared that site speed is a factor in page rankings (http://bit.ly/2V9aQJx). They state that “Site speed reflects how quickly a website responds to web requests”. How important is this to page rankings? It does not carry as much weight as page relevance, but it clearly is important to Google, as it affects how many pages they can crawl and how much time they need to budget to your site, versus another company’s faster site.

  2. Mobile SEO Rankings. Do you want Google not to ignore your mobile website? Doing that became more challenging starting July 2018 when Google promised only to de-rank the “pages delivering the slowest experience.” Slowest compared to who?

    By 2021, mobile e-commerce sales are expected to account for 54% of the total e-commerce sales. (eMarketer)

    Not having your mobile web page appear while someone, who is on their way home in the subway is using Google to search for their next big (or small) spend, can really impact sales.

  3. Conversion Events. Probably the most significant conversion event is getting a person to come to your site and keeping them there long enough to take them to the next conversion event in the journey.

    9.6% of people bounce when page speed is 2 seconds or slower. (section.io)

    32.3% of people bounce when page speed is 7 seconds or slower. (section.io)

    Just remember their first experience with your site maybe their last if the initial page load takes too long to maintain their attention and patience.

  4. Customer Experience. Perhaps the most important impact that site speed can have is the customer’s perception of their experience, which affects their experience of your brand. How bad can it be? Google states that more than half of people coming to your site will bounce after 6 seconds—that’s quite bad.

    70% of consumers admit that page speed impacts their willingness to buy from an online retailer (Unbounce)

    Poor site performance affects both the immediate decisions people make—like bouncing from the site—and affects their long-term impressions of your brand, possibly keeping people from returning.

10 Ways to Satisfy the Need for Speed

  1. Latest Magento Version. New release will have performance enhancements that can be put to work. Magento provides step-by-step instructions on upgrading your implementation (http://bit.ly/2Wknu4T).

  2. Content Delivery Network (CDN). Using a CDN with Magento can provide one of the easiest ways to increase performance. This is particularly important if you are planning to support customers buying from within international markets.

    CDNs cache your pages on ‘edge servers’ that are located across the world—basically making a copy of your pages that are served regionally, closer to the person requesting them. This eliminates the need for your page to travel around the world, or even across the country.

  3. Magento Caching. Caching is what the CDN does globally, but caching in this case, is within your Magento instance and the systems it depends upon. System-level caching can occur using multiple techniques, some of which are easier to implement than others, most will improve the performance of your Magento instance, all will address shortfalls of Magento.

    The following are the categories of stores and caching that can be employed, along with the typical solutions that provide them.

    1. Cache Backend. This is the core, in-built cache that Magento uses, in which many people replace the default file-based cache with the one that is memory based.

      1. Files (Core) Default
      2. Memcache (Core)
      3. APC (Core)
      4. Redis (<1.9 module courtesy Colin Mollenhour)
      5. MongoDB (module courtesy Colin Mollenhour)
      6. Rubic (module courtesy Daniel Sloof)

    2. Session Store. This is the in-built session store that Magento uses, in which many people replace the default file-based cache with the one that is memory based.

      1. Files (Core) Default
      2. Memcache (Core)
      3. APC (Core)
      4. Redis
      5. MongoDB
      6. Rubic

    3. Opcode Cache. This cache stores precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.

      1. APC
      2. XCache
      3. Eaccelerator (PHP <5.4)
      4. Zend OPCache (PHP >5.4)

    4. Full Page Cache. This cache stores fully generated web pages, which reduces the need to run blocks of code and retrieve information from the database. This reduces the demands on both Magento and the database.

      1. EE FPC

    5. Reverse Proxy Cache. This cache intercepts HTTP requests to the web server. If the request is not found in the cache, it will get it from the web server, otherwise the cache will serve the content.

      1. Varnish
      2. NGIX

  4. Flat Catalog Module. Enable the Flat Catalog module for products and categories in the Magento Admin Panel. People have seen significant performance improvements by turning on this feature, especially on large catalogs.

    Configuration
    Picture1: Flat Catalog Module

  5. Image Optimization. The image weight is the product of the image resolution and its color density (i.e. 256 colors, 16 million colors), or image resolution (i.e. total number of pixels) multiplied by the color density (i.e. total number of colors).

    The goal is to reduce the weight of an image. Reducing the weight reduces the image loading time and therefore improves the page loading and website performance perception. In addition to the human experience, Google and other search engines look for images’ sizes and total page weights that are appropriate for the type of device being targeted.

    Here are three areas of image optimization to consider.

    1. Optimize Image Size. Reduce the image size for your target use (i.e. Length x Height in pixels)—why use the same large 1080 x 768 image for your hero and your thumbnail? Reduce the image size for small target uses.
    2. Optimize Color Density. Reduce the color density—can you get away with 32-bit (16M colors), 7-bit (128 colors), 5-bit (32 colors) and maintain the same perceived image quality?
    3. Optimize the File Format. Select the best file format—GIF, PNG, JPEG—for your needs.

    Google has some great detailed guidance on an image optimization strategy worth reviewing (http://bit.ly/2Wj5MyA).

  6. Merge and Minify JavaScript and CSS. Both Magento 1 and 2 have facilities to merge JS and CSS files, while Magento 2 has the additional capability to minify those files.

    Merging Files in Magento 1

    Merging Files in Magento 1
    Picture2: Merge and Minify JavaScript and CSS

    For Magento 1, we suggest taking the additional step of minifying your JS, CSS, and potentially your HTML, to gain the benefit of both a reduced number of files and file size. Here are some tools that you can find on the Magento Marketplace to assist in minification:

    1. Apptrian Minify
    2. Amasty Minify JS-CSS-HTML

    For Magento 2, the ability to merge and minify your code is built into the solution.

    Merging CSS in Magento 2
    Picture3: Merging CSS in Magento 2

    Merging JavaScript in Magento 2
    Picture4: Merging JavaScript in Magento 2

  7. Magento Compiler. The compilation process can improve the performance of a Magento 1.x installation by combining separate files from various modules into a single file. Note—the compiler is disabled by default, therefore you must explicitly turn it on and perform the compilation to take advantage of it. Doing this can speed up the store by 10%-20%.

    Magento Compiler
    Picture5: Magento Compiler

  8. MySQL Optimization. Your MySQL database is your primary persistent datastore for information used by Magento. With that, it also can become a bottleneck when your Magento store is retrieving data that it needs to present a particular page—particularly if that page has not been recently requested and is therefore not recently cached, forcing Magento to make a request to the database.

    To reduce the time to request information from MySQL, there are several optimizations available.

    1. Update the MySQL Version. Just as with Magento, make sure your MySQL instance is on the latest version. Take advantage of any of the current performance improvements to the platform.

    2. Download and Run MySQLTuner. This utility (MySQLTuner) will review a MySQL instance and adjust variables that affect performance and stability. Two configuration variables to pay special attention are MySQL Table Cache Hit Rate (table_cache) and Table Open Cache (table_open_cache).

      The Table Cache Hit Rate should get as close to 100% as possible, meaning that as with other caches, Magento can pull from the cache before MySQL needs to pull from disk.

      The Table Open Cache indicates the maximum number of tables the server can keep open in any one table cache instance. Ideally, you would set to re-open a table as infrequently as possible, but that will be dependent on the volume of data and requests.

    MySQL has its own optimizations that will require a person that is familiar with them. We recommend hiring a person or working with a consultant who specializes in managing and optimizing MySQL to get it properly tuned for your needs.

  9. Apache Alternatives. Apache is not your only choice for a webserver. Others, like the LiteSpeed, offer a 50% performance increase for PHP application and is up to 6x faster than Apache serving static content. There are several very good alternatives, some of which are very fast.

    1. LightTpd. Lighttpd is a small, lightweight web server which has a low memory footprint and light CPU load. Lighttpd is a good alternative to serve static content but it has also gained recognition in the Ruby on Rails and PHP communities. (www.lighttpd.net)

    2. NGINX. Nginx is a lightweight web server and reverse proxy. Nginx is known for its stability and simple configuration in addition to its low resource consumption. (www.nginx.net)

    3. LiteSpeed. LiteSpeed is a commercial web server designed specifically for large websites. One of LiteSpeed’s advantages is that it can read Apache configurations directly which makes it easy to integrate with existing products to replace Apache. The server is lightweight and fast. (www.litespeedtech.com)

    4. Zeus. Zeus web server is a high-performance web server. Zeus is a highly flexible enterprise product. (www.zeus.com/products/zws)

  10. Fast Host. An obvious, but often overlooked speed solution is finding a faster web hosting firm. Do your research—find out what people are saying about these hosts. Stay away from the low-cost providers, there is a reason they are. Find the organizations with good reputations—see what the larger Magento users rely on.

There are more than ten optimization techniques, but these here will provide a lift in speed, and therefore, increased sales, customer satisfaction, and growth for your brand.