Our Blog

Ongoing observations by End Point Dev people

Interchange Caching Implementation Under Fire

Adam Vollrath

By Adam Vollrath
June 15, 2012

Richard and David presented a recent case study on an e-commerce hosting client.

IMG_0856.JPG

Several Interchange catalogs drive their individually branded storefronts, on top of a standard single-server LAMP stack boosted by an SSD drive.

Last year the sites came under an intense Distributed Denial of Service attack which lasted nearly two weeks. End Point responded immediately and soon engaged third-party DDoS mitigation firms. This experience later prompted an Interchange caching implementation.

Cache population and expiration is difficult for any dynamic web application using sessions, and doubly so for e-commerce sites. Every shopping cart needs a session, but delaying session creation until the first POST submission enables efficient caching for most of the sitemap. Other Interchange caching improvements made it back into the upstream code.

ecommerce interchange performance security


Comments