mozilla / webmaker-core

React-based core for Webmaker shared across all platforms
https://foundation.mozilla.org/en/artifacts/webmaker/
Mozilla Public License 2.0
64 stars 39 forks source link

load time #781

Open xmatthewx opened 8 years ago

xmatthewx commented 8 years ago

Make sure we load a project without waiting for all the images. File a bug on https://github.com/mozilla/api.webmaker.org/issues to check health of our server.

gvn commented 8 years ago

From what I can tell we're not waiting for images to load and the API responses seem reasonably snappy. I think performance is going to take some deeper digging and maybe refactoring how we load projects. Right now we don't lazy load anything, which might be part of the problem for large projects...

gvn commented 8 years ago

I'm going to punt this since we're strapped for time this sprint.