The document summarizes three frontend optimizations used at Facebook - Quickling, PageCache, and BigPipe - to improve site performance and reduce server costs. Quickling uses AJAX to remove redundant page loads. PageCache caches visited pages in the browser to improve load times of revisited pages. BigPipe pipelines the generation and delivery of page components to reduce loading times. Together these techniques improved user experience and saved Facebook an estimated 20% in infrastructure costs.