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.
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.
Keeping cookies and request headers as small as possible ensures that an HTTP request can fit into a single packet.
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.
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.
Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.
Compacting CSS code can save many bytes of data and speed up downloading, parsing, and execution time.