Ascii
Articles Tagged ascii:
-
Base64 Image Inlining: Performance, Implementation, and Trade-offs
In my quest to ensure my site passes CWV, I'm continually finding new ways to keep the site running as fast as possible. One opportunity I found was to use Base64 inline images as placeholders for lazy loading. Base64 image…