Show the 3 steps
- Serve a page from your own machine
Run an HTTP server and open your page over http:// rather than by double-clicking the file.
- Tell a real 404 from a page that says not found
Fetch your page from the command line and read the status line and headers yourself.
- Account for every request a page makesReviewed
Account for every request a real page makes, and name the one that costs the most.