Front-end performance and frameworks

Tags:

Yahoo has been researching various different techniques for improving website performance. There are a lot of obvious ones, such as making sure images are optimized, JavaScript/CSS is minified and so on. There are also a couple of less known tricks, such as putting JavaScript as the last in the document, and “flushing early”. Flushing early basically means that when you …