Ticket #1484858 (new Feature Requests)
Speed up the interface loading by using CSS sprites for images
| Reported by: | oscar | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-beta |
| Component: | User Interface | Version: | 0.1-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I think it would be a good idea to use CSS Sprites for all those tiny interface images found in RoundCube..
My current RoundCube installation loads about 35 images, which means 35 http requests. The idea is that you put all images in one large image, and then use offsets to display the correct portion of it. Nowadays when people have faster Internet connections, the latency of many small requests quickly adds up, instead of making one large, quick, request.
For a full explanation, see for example this site: http://css-tricks.com/css-sprites-what-they-are-why-theyre-cool-and-how-to-use-them/
For a site that helps you generate these kinds of images (and code), see here: http://spritegen.website-performance.org/
What do the devs say?
