I am sure as a web developer you must have heard about buzz word Debounce and Throttling. These are very common techniques to improve your web performance. Have ever wonder how google, amazon search suggestions work so seamlessly ?, Yes these techniques are behind the scene to provide you these…
YSlow 14 Guidelines- Fewer HTTP Requests — request less during page load time like loading of google analytic, Image Sprites, concat CSS/JS, Use a CDN — most CDN have multiple location as compare to your company has one data centre. Expires/Cache-Control Header Gzip — gidnetwork.net Stylesheets at Top Scripts at Bottom Avoid CSS Expressions Externalise CSS…