Suggested BP for BP 2 : Minimize the number of interactions with the server via XMLHttpRequest

BP

The number of interactions with the server made via XMLHttpRequest 
should be kept to a minimum, prefetching data as much as possible

How to do it

If you know that some data coming from the server is going to be needed 
later, prefetch that data  and keep it in memory until it is finally needed

Received on Wednesday, 27 February 2008 07:25:57 UTC