CSS sprite support

2016-02-14 Thread Dave Koelmeyer
Hi, Does JSPWiki currently make use of CSS sprite support for reducing page load times (e.g. https://jawr.java.net/)? Cheers, Dave -- Dave Koelmeyer http://blog.davekoelmeyer.co.nz GPG Key ID: 0x238BFF87

Re: CSS sprite support

2016-02-14 Thread Dirk Frederickx
Dave, JSPWiki is using wro4j to minimise js and css load times. (see ) CSS sprites are hardly used -- eg the editor icons of the default template. In the future we could further reduce the number of images to be loaded by using Data URI's. dirk On Sun, Feb 14, 2016 at 10:35 AM, Dave Koelmey

Re: CSS sprite support

2016-02-14 Thread Dave Koelmeyer
Hi Dirk, Thanks for the info – thought I'd ask as I recently enabled CSS sprites on a PHP-based web app I use and the page reload times over a slow connection were noticeably improved. Cheers, -- Dave Koelmeyer http://blog.davekoelmeyer.co.nz GPG Key ID: 0x238BFF87 On 15/02/16 09:55, Dirk Fr