HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

Enhance performance in Commerce Connect

Describes strategies to run your Optimizely Commerce Connect site at peak performance.

Optimizely Commerce Connect performance depends on many factors. In general, an ecommerce site should perform well enough during peak times that each customer's shopping experience is fluid enough to convert their shopping cart to a sale. In addition, a site should perform well, from small catalogs (50-100 products) to extremely large catalogs (100k+).

Consider the following strategies to run your site at peak performance.

Install the latest version of Commerce Connect

  • If possible, upgrade to the latest version of Commerce Connect, which includes performance improvements.

Strategies for large catalogs (300k+ entries)

  • Implement an enterprise-level search provider (like Solr), which can efficiently index a large catalog.
  • Eliminate or reduce the number of calls to the product catalog or database when returning product information during the browsing, search, or checkout process. Search is the critical element with large catalogs because the return of search data to users determines response time.

Strategies for high volume or high load sites

  • Run performance tests before reaching peak times. Commerce Connect contains test scripts to modify to meet your scenarios and needs. You should spend as much time testing your application as implementing it.
  • Implement your Commerce Connect site in a load-balanced environment to handle the expected traffic.
  • Consider a cloud-based hosting environment. Commerce Connect is tested in the cloud. This environment lets you easily and rapidly scale your infrastructure without investing in physical servers.
  • Implement fail-over or backup servers that can handle additional load.

Session state management

  • Enabling session states has a noticeable overhead and can affect performance.
  • To reduce the overhead, only enable session state on pages that need it.