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.

Web Site Optimization - Remove query strings from static resources

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 the response. To enable proxy caching for these resources, remove query strings from references to static resources, and instead encode the parameters into the file names themselves.

Web Site Optimization - Put CSS in the document head

Moving inline style blocks and <link> elements from the document body to the document head improves rendering performance.

Web Site Optimization - Optimize order of styles and scripts

Correctly ordering external stylesheets and external and inline scripts enables better parallelization of downloads and speeds up browser rendering time.

Web Site Optimization - Prefer asynch resources

Fetching resources asynchronously prevents those resources from blocking the page load.

Web Site Optimization - Optimize images

Properly formatting and compressing images can save many bytes of data.

Subcategories

Page 5 of 9

Please publish modules in offcanvas position.