This document discusses considerations for load testing Ajax websites. It notes that testing at the HTTP layer is scalable but has challenges replicating browser behavior. Recording Ajax calls, handling statefulness, validating responses, and parameterizing autocomplete fields are some issues. Browser-based testing is more accurate but less scalable, though cloud solutions are improving. Proper timeouts, response time validation, and reporting are also important factors to consider for effective Ajax load testing.