CSS-JS-Booster
CSS-JS-Booster copied to clipboard
Rasing 24K limit if lazy-loading?
Could the 24KB limit be raised if the page lazy-loads data-uris?
For the moment 24K will stay the maximum, as IE8 showed to only support this maximum size for data URIs (even if officially 32K are listed). And it also makes sense not to dataURIfy larger files as the CSS becomes unbearably large.
What I will do is shift all background-image-declarations into the lazy loaded file so that large normally declared images do not block the page either. But that is still a moment away currently (quite complex).