Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundling image loading #39

Open
GoogleCodeExporter opened this issue Mar 27, 2015 · 1 comment
Open

Bundling image loading #39

GoogleCodeExporter opened this issue Mar 27, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Thanks to Firebug, I realized that each loading of a different image leads to a 
new request sent, to retrieve the image.

GWT has a nice mecanism to bundle images, as base64 data into the JS for small 
images, or has a big bundle image that is then split for bigger images. This 
leads to faster image downloading, hence faster game starting.

I don't know if it's already on the roadmap, or even possible, but having this 
feature automatically handled by ForPlay would be great.

http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#ImageReso
urce

Original issue reported on code.google.com by py.ricau on 5 Jun 2011 at 2:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant