Web Site Optimization - Serve resources from a consistent url
It's important to serve a resource from a unique URL, to eliminate duplicate download bytes and additional RTTs.
catalog
Get best tutorials. The faresweb.net's team bring you the greatest and hottest video tutorials, reviews and tips for web, smartphone, wcm and gaming technologies.
Legacy notes are archived and kept for reference.
It's important to serve a resource from a unique URL, to eliminate duplicate download bytes and additional RTTs.
Most proxies, most notably Squid up through version 3.0, do not cache resources with a "?" in their URL even if a Cache-control: public header is present in...
Moving inline style blocks and <link> elements from the document body to the document head improves rendering performance.
Fetching resources asynchronously prevents those resources from blocking the page load.
Correctly ordering external stylesheets and external and inline scripts enables better parallelization of downloads and speeds up browser rendering time.
older notes
Older entries stay available without competing with the current cards.