Yesterday I was reading Zakas’ Performance on the Yahoo! Homepage slideshare presentation, and I got very surprised when I saw that Yahoo had realized that two of the wide accepted tips for improving website performance had not work so well for them. 1) Put scripts at the bottom (slide 37) Or at least that is [...]
flush
Tutorial: Implementing Facebook’s BigPipe Using ASP.Net MVC – Part 1
First part of the tutorial to implement Facebook’s BigPipe using ASP.Net MVC. BigPipe improves pages loading time dividing them into regions that are generated on the server concurrently.
Response.Flush para mejorar la respuesta de nuestras webs con ASP.Net MVCResponse.Flush to make more responsive websites using ASP.Net MVC
While I was watching a Google I/O 2009 video from Steve Souders, the author of High Performance Websites and Even Faster Websites, I really liked the fact of using flushing to send earlier the document to the browser, allowing a prefetching of external resources.