RIA: Intelligent Client Network Utilization
Intelligent client network utilization is relevant to all RIA technologies, not just HTML5:
- Reduce the number of client-server requests (client-side caching).
- Reduce the payload size of each request (get only what you need and compact protocol).
- Reduce the number of “miles” a request has to travel (put servers/Content Delivery Networks close to users).
- Make the most out of each request (utilize batching and pre-fetching).
Advertisement
