[Contributed by objectsource]{class="badge informative" title="objectsource"}

Best practices for optimizing backend performance

This topic outlines best practices for investigating and optimizing the backend performance of Adobe Commerce sites with a focus on database optimization and testing. Developers can use this information to investigate the unique context of each Commerce project and identify opportunities to optimize backend configuration and operations to improve site performance.

NOTE
Recommendations and examples are inspired by processes that objectsource follows in real-world client engagements to deliver high-performing Adobe Commerce sites at scale.

Affected products and versions

All supported versions of:

  • Adobe Commerce on cloud infrastructure
  • Adobe Commerce on-premises

Optimize the database for improved performance

Database optimization is a sure-fire way to enhance the user experience and increase sales. When you optimize the database, the backbone of a Commerce site, you can prevent slow website performance and eliminate lengthy load times that create friction for customers.

Stress testing

High-traffic periods such as Black Friday demand that Commerce sites handle massive traffic volumes. In preparation for such events, stress testing is essential to understand how a site operates under exponential load increases.

One tool you can use for stress testing is GTmetrix. Gauge site readiness for load increases by configuring GTmetrix to replicate and multiply normal visitor behavior and actions. Then, run tests to identify and resolve issues that might affect performance and site availability during major shopping events.

Learn more about preparing Commerce projects for high-traffic periods:

Load testing

You can also use GTmetrix or a similar tool to load test Commerce projects. As a precursor to stress testing, load testing is an essential practice for large-scale, high-traffic sites. Prevent unexpected site outages, frustrated customers, and financial losses by anticipating and mitigating issues that affect site performance under peak loads.

Use GTmetrix to simulate heavy traffic and analyze site performance to get clear information about site capacity. This analysis helps identify and address bottlenecks and identify opportunities to optimize, ensuring that Commerce sites can operate effectively under increased load.

Learn more about testing Adobe Commerce projects:

Identify and resolve performance issues

Address performance issues by using various tools like New Relic and Observation for Adobe Commerce to detect bottlenecks and optimize Commerce sites effectively. New Relic is included with Adobe Commerce on cloud infrastructure, and Observation for Adobe Commerce is included for both cloud and on-premises deployments.

Use these tools to analyze site performance and identify performance issues related to:

  • CPU-intensive features
  • Cache management configuration for queries and backend operations
  • Third-party API calls
  • Cron scheduling

For example, you can closely examine transactions with a focus on product detail and category pages. Identify time-consuming processes that can be optimized to improve performance. In one client engagement, objectsource noticed a performance issue on a product detail page and found an API call that was consuming 3.5% of the performance time. Based on this result, they examined the hierarchy of code execution to pinpoint and fix the issue causing the bottleneck.

Learn more about managing site performance:

Optimize MySQL performance

Addressing MySQL performance issues by implementing database clustering and query optimization is an effective approach to improve performance before and during high-traffic periods like Black Friday.

Implementing database clustering

High-traffic websites often face database bottlenecks, primarily caused by reliance on a single MySQL server. You can address these bottlenecks by implementing database clustering, a distributed architecture that improves performance and ensures high availability.

Database clustering minimizes the impact of database-related issues during peak traffic periods by enabling multiple web nodes to connect to multiple MySQL servers. Use tools like Galera Cluster to set up database clustering for Commerce sites. Galera Cluster is included with Adobe Commerce projects deployed on cloud infrastructure.

Optimizing MySQL queries

Typically, the infrastructure for most Adobe Commerce sites consists of multiple web nodes connected to a single MySQL server.

In this setup, each front-end web node connects to the Galera Cluster, which allows for multiple MySQL servers. Increasing the number of front-end web nodes can improve application performance, but the single MySQL server remains a bottleneck.

To optimize MySQL server performance and minimize bottlenecks, it is essential to identify and reduce unnecessary queries. For example, if you’re sending 1,000 queries per second, but only 200 are necessary, optimizing, and decreasing the query count can significantly improve performance.

Learn more about configuring and optimizing MySQL:

Manage cron jobs effectively: performance and timing

Cron jobs play a vital role in processing site background tasks, such as report generation and product indexing. However, cron job optimization requires carefully considering their impact on overall performance. Developers must evaluate the scheduling frequency and determine the optimal timing based on specific requirements.

Balancing performance and convenience, it is often advisable to schedule cron jobs during low-traffic periods. However, dealing with clients in different time zones can present challenges, demanding a thoughtful approach to ensure a harmonious experience across multiple geographies.

If you are responsible for optimizing cron performance and timing, review the current cron configuration from the Commerce Admin, and learn about setting up and configuring cron jobs for Commerce projects.

Also, you can use Observation for Adobe Commerce to view cron-related performance indicators. This tool combines log data from multiple sources to help you better manage Adobe Commerce site performance and diagnose issues.

Learn more about Adobe Commerce cron implementation:

recommendation-more-help
754cbbf3-3a3c-4af3-b6ce-9d34390f3a60