1.

How can the web application load time be reduced?

Answer»

The ways to MINIMIZE the LOAD TIME of a web application are:-

  • Minimize the resources REQUESTED by a page
  • Implement Lazy load so that the part of the page only LOADS when the access that part.
  • Use Distributed networks for common resource files.


Discussion

No Comment Found