Hacker News new | past | comments | ask | show | jobs | submit login

Data uri's can't be cached, so they can only help latency of a cold page load, but they make every page after that slower. (if you put the data uri in your html instead of the css)



You could also put the Data URIs into a javascript file that plugs them into the document/css/whereever once it's loaded. The script would cache.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: