#46: Use css sprites to improve latency of default style -----------------------------------------+---------------------------------- Reporter: anonymous | Owner: sakhmechet Type: defect | Status: new Priority: wishlist | Milestone: Component: weblocks | Version: Keywords: latency performance css png | -----------------------------------------+---------------------------------- The default page will load 33 pngs. A lot of these average at around 200- 300 bytes in size. Using CSS sprites can improve latency and the feel of a weblocks application a lot.
I am measuring around 2s load time using firebug on the default weblocks- demo page. My guess is that CSS sprites can shave off around .5 seconds.
How to reproduce: {{{ (require :weblocks-demo) (weblocks:start-server) }}}
In firefox, install firebug.
Enable firebug for your site. Do a "shift-reload" (holding shift down while doing a reload) to do a fresh load of the front-page. Inspect the "Net" tab in firebug to get a timeline.
#46: Use css sprites to improve latency of default style ------------------------+--------------------------------------------------- Reporter: anonymous | Owner: sakhmechet Type: defect | Status: new Priority: low | Milestone: 0.2 Component: weblocks | Version: pre-0.1 Resolution: | Keywords: latency performance css png ------------------------+--------------------------------------------------- Changes (by sakhmechet):
* milestone: => 0.2 * priority: wishlist => low * version: => pre-0.1
Comment:
Moving to 0.2 milestone.
cl-weblocks-ticket@common-lisp.net