Web Site Optimization - Minify CSS
Compacting CSS code can save many bytes of data and speed up downloading, parsing, and execution time.
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.
Compacting CSS code can save many bytes of data and speed up downloading, parsing, and execution time.
If you set an expiry date or a maximum age in the HTTP headers for static resources, modern browsers will load previously downloaded static resources like images, css,...
Moving inline style blocks and <link> elements from the document body to the document head improves rendering performance. Specifying external stylesheets and inline style blocks in the body...
Deferring loading of JavaScript functions that are not called at startup reduces the initial download size, allowing other resources to be downloaded in parallel, and speeding up execution...
One of the programming barriers that web developers are constantly bumping up against is the dreaded long-running script dialog (also called a runaway script dialog). These frightening dialogs...
older notes
Older entries stay available without competing with the current cards.