Expensive To Serve

Learn about different types of users including the ones that just visit a site and the ones that actually make a transaction. Then learn an approach to deal with increased stress on the servers.

Roaming users/Buying users

Some users are way more demanding than others. Ironically, these are usually the ones we want more of. For example, in a retail system, users who browse a couple of pages, maybe do a search, and then go away are both the bulk of users and the easiest to serve. Their content can usually be cached (however, see Use Caching carefully, for important cautions about caching). Serving their pages usually does not involve ...