Best Practices for Speeding Up Your Web Site
Minimize HTTP RequestsUse a Content Delivery NetworkAdd an Expires or a Cache-Control HeaderGzip ComponentsPut Stylesheets at the TopPut Scripts at the BottomAvoid CSS ExpressionsMake JavaScript and CSS ExternalReduce DNS LookupsMinify JavaScript and CSSAvoid RedirectsRemove Duplicate ScriptsConfigure ETagsMake Ajax CacheableFlush the Buffer EarlyUse GET for AJAX RequestsPost-load ComponentsPreload ComponentsReduce the Number of DOM ElementsSplit Components Across DomainsMinimize the Number of iframesNo 404sReduce Cookie SizeUse Cookie-free Domains for ComponentsMinimize DOM AccessDevelop Smart Event HandlersChoose <link> over @importAvoid FiltersOptimize ImagesOptimize CSS SpritesDon't Scale Images in HTMLMake favicon.ico Small and CacheableKeep Components under 25KPack Components into a Multipart DocumentAvoid Empty Image src
0 comments:
Post a Comment