Minimizing Navigation Delays

One major difference of web application use from traditional application use is the inherent delays in navigating from one web application page to another. These delays are typically caused by network traffic and computation. It takes more time to serve the pages to the browser if the web server is on a distant network and computing data (calculations, data-sorting, etc.) also prolongs the waiting time for web application users. Fortunately, there are some ways through which users can lessen the delays which specifically result from working on a public network:
• Control the infrastructure by making an intranet rather than using the public internet.
• Using smaller graphics and lesser pages can minimize page loading time.
• Reduces errors and overall task time by making navigation easier and clearer.