Serve Resources from a Consistent URL


For viewing all tips see here


Applicable To
All Browsers

How Improves Page Load Time
o        By optimizing number of network roundtrips

Prologue
[Detail of the technology / concept being used in the tip if required]

Why
o        Sometimes it is necessary to reference same resource at multiple places in the web page.  If the URL for these resources in not unique, multiple requests will be send by browser for the same resources.  For this reason, resources should be served from consistent URL only.
o        It eliminates duplicate downloads
o        To remove additional DNS lookup time, if the resource is served from different hosts

How
Serve shared resources from a consistent URL across all pages in a site

Exceptions
None

Recommendations
None

Comments

Popular posts from this blog

Performance Test Run Report Template

Understanding Blockchain

Bugs Management in Agile Project