adzerk-oss / boot-reload

Boot task providing live-reload of browser css, images, etc.
Eclipse Public License 1.0
87 stars 35 forks source link

Try to optimize page load time with Boot-reload #115

Open Deraen opened 7 years ago

Deraen commented 7 years ago

Boot-reload client currently depends on e.g goog.net.jsloader and goog.net.WebSocket and in total the Closure library dependencies of the client add about 90 JS files to the compiler output. This can add several seconds to the page load time.

Slow page load might partly be caused from using Chrome "Disable cache". It would be good to check that everyhing works with cache enabled.