Searched hist:"809 d3ba53bea8b34155cb8d009d7fa4b8a7bbdaf" (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/lib/exe/ |
H A D | css.php | 809d3ba53bea8b34155cb8d009d7fa4b8a7bbdaf Thu Jun 16 22:20:48 UTC 2011 Andreas Gohr <andi@splitbrain.org> Use data uris for small image files in CSS
This patch adds a new config option 'cssdatauri'. When enabled, the CSS patcher will automatically convert all occurances of small (<600 byte) PNG and GIF images in the CSS to embedded, base64 encoded data uris.
This reduces the number of needed HTTP requests and avoids the HTTP header overhead.
|
/dokuwiki/conf/ |
H A D | dokuwiki.php | 809d3ba53bea8b34155cb8d009d7fa4b8a7bbdaf Thu Jun 16 22:20:48 UTC 2011 Andreas Gohr <andi@splitbrain.org> Use data uris for small image files in CSS
This patch adds a new config option 'cssdatauri'. When enabled, the CSS patcher will automatically convert all occurances of small (<600 byte) PNG and GIF images in the CSS to embedded, base64 encoded data uris.
This reduces the number of needed HTTP requests and avoids the HTTP header overhead.
|