Howdy all,

Do anyone have experience of a project with a lot of image data?

I'm creating a Canvas based game through GWT. It's based on a bunch of
ClientBundleWithLookups, a total of  ~400 images. Everything works
quite well.

One problem I have tho, is that in dev mode, it can take almost a
minute to do a regular browser reload. It works well in non dev mode.
My guess is that GWT rebuilds all bundles/interned data, but should it
really take that long? The first load seem to go faster than any of
the following reloads.

For now I have gone back to bundling images manually and manually
mapping it up with my own code. The browser refresh seems reasonable
now. It feels a bit sucky not getting all the benefits of using
ClientBundles tho.

Is there a way to optimize the usage of ClientBundles?

Thanks!

/C

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to