Optimize page loading

  • Hot
  • Top
  • New
3
votes

Optimize page loading

hpecaspt shared this feature

March 7, 2017

Things that allow to optimize page loading in Front and Back Office:
– Defer parsing of JavaScript.
– Remove query strings from static resources
– Lazy Loading Images
– Reduce HTTP Requests
– Combine of JS and CSS combining into one
– Use more Ajax functions expecial on back office

Go to Top