KanoComputing / make-art

App to learn programming using a basic CoffeeScript drawing API
GNU General Public License v2.0
47 stars 37 forks source link

Speed up load times #404

Closed skarbat closed 7 years ago

skarbat commented 7 years ago

On initial load, the application was copying and synchronizing local and remote web content. This had the side effect of slowing down response times considerably. Fixed by simply loading the packaged version of the content, as we don't really upgrade the remote version.

@tombettany

skarbat commented 7 years ago

(P2) Make Art performance regression

skarbat commented 7 years ago

(P2) Make Art - Launching Make Art share from Kano World takes a long time to load.

skarbat commented 7 years ago

Thanks! Fixed and merging.