We take out CSS in post-loading

    After a comparative note on CSS Sprites and data: URL, all my thoughts were directed towards solving the main problem:

    In the general case [when using data: URL], page loading will not accelerate, but may even slow down, because background images (included through data: URL) will be loaded into one stream, and not into several during normal use of sprites. If there are a lot of background pictures (several tens of Kb), then this will turn out to be significant.

    This article is devoted to how to successfully cope with this problem. Interesting? Then let's go.

    Read more on webo.in →

    Also popular now: