This document discusses considerations for load testing websites that utilize Ajax technology. It notes that testing at the HTTP layer allows for scalable testing but can miss client-side interactions. Challenges with HTTP layer testing include hard-coded URLs, recording issues, limitations testing JavaScript-heavy code, and properly handling states and timeouts. Browser-based load testing is an alternative that allows proper simulation of Ajax interactions but lacks scalability, though cloud-based options are improving. The document provides guidance on when each approach is best suited.