Webdev:Cesium:Beacons: Difference between revisions

no edit summary
(Created page with '=== Overview<br> === This page is for tracking beacon information from YSlow and PageSpeed. It is intended both as a reference '''and''' brainstorming tool.<br> <br> === YSlow…')
 
No edit summary
Line 5: Line 5:
<br>
<br>


=== YSlow&nbsp;Beacon Parameters<br> ===
=== YSlow&nbsp;Beacon Parameters<br> ===


*w – size of the page in bytes (v1 sent size in kilobytes)
*w – size of the page in bytes (v1 sent size in kilobytes)  
*o – overall YSlow grade calculated for the profile used
*o – overall YSlow grade calculated for the profile used  
*u – URL of the page tested
*u – URL of the page tested  
*r – total amount of requests with empty cache
*r – total amount of requests with empty cache  
*s – page identifier for yahoo pages (like yahoo music, sports, etc), blank on non-yahoo pages
*s – page identifier for yahoo pages (like yahoo music, sports, etc), blank on non-yahoo pages  
*i – testing profile used:
*i – testing profile used:  
*o ydefault – YSlow (V2)
**ydefault – YSlow (V2)  
*o yslow1 – Classic (V1)
**yslow1 – Classic (V1)  
*o yblog – Small Site or Blog
**yblog – Small Site or Blog  
*o or custom profile’s title with dash-encoded spaces
**or custom profile’s title with dash-encoded spaces  
*ynumreq – Make fewer HTTP requests
*ynumreq – Make fewer HTTP requests  
*ycdn – Use a Content Delivery Network (CDN)
*ycdn – Use a Content Delivery Network (CDN)  
*yexpires – Add Expires headers
*yexpires – Add Expires headers  
*ycompress – Compress components with gzip
*ycompress – Compress components with gzip  
*ycsstop – Put CSS at top
*ycsstop – Put CSS at top  
*yjsbottom – Put JavaScript at bottom
*yjsbottom – Put JavaScript at bottom  
*yexpressions – Avoid CSS expressions
*yexpressions – Avoid CSS expressions  
*yexternal – Make JavaScript and CSS external
*yexternal – Make JavaScript and CSS external  
*ydns – Reduce DNS lookups
*ydns – Reduce DNS lookups  
*yminify – Minify JavaScript and CSS
*yminify – Minify JavaScript and CSS  
*yredirects – Avoid URL redirects
*yredirects – Avoid URL redirects  
*ydupes – Remove duplicate JavaScript and CSS
*ydupes – Remove duplicate JavaScript and CSS  
*yetags – Configure entity tags (ETags)
*yetags – Configure entity tags (ETags)  
*yxhr – Make AJAX cacheable
*yxhr – Make AJAX cacheable  
*yxhrmethod – Use GET for AJAX requests
*yxhrmethod – Use GET for AJAX requests  
*ymindom – Reduce the number of DOM elements
*ymindom – Reduce the number of DOM elements  
*yno404 – Avoid HTTP 404 (Not Found) error
*yno404 – Avoid HTTP 404 (Not Found) error  
*ymincookie – Reduce cookie size
*ymincookie – Reduce cookie size  
*ycookiefree – Use cookie-free domains
*ycookiefree – Use cookie-free domains  
*ynofilter – Avoid AlphaImageLoader filter
*ynofilter – Avoid AlphaImageLoader filter  
*yimgnoscale – Do not scale images in HTML
*yimgnoscale – Do not scale images in HTML  
*yfavicon – Make favicon small and cacheable<br>
*yfavicon – Make favicon small and cacheable<br>


975

edits