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 - Minimize request size

Keeping cookies and request headers as small as possible ensures that an HTTP request can fit into a single packet.

Web Site Optimization - Minimize redirects

Webmasters do URL redirect (whether it’s Javascript or META redirects) all the time. Sometimes it’s purpose is to point users from an old page to new, or merely guide users to the correct page. Each redirect create an additional HTTP request and round-trip time (RTT). The more redirection you have, the slower user will get to the destination page.

Minimizing HTTP redirects from one URL to another cuts out additional RTTs and wait time for users.

Web Site Optimization - Minify HTML

Compacting HTML code, including any inline JavaScript and CSS contained in it, can save many bytes of data and speed up downloading, parsing, and execution time.

Web Site Optimization - Minify Javascript

Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.

Web Site Optimization - Minify CSS

Compacting CSS code can save many bytes of data and speed up downloading, parsing, and execution time.

Subcategories

Page 6 of 9

Please publish modules in offcanvas position.