Minimize Request Size


For viewing all tips see here


Applicable To
All Browsers

How Improves Page Load Time
By optimizing network latency (HTTP Request Size)

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


Why
To ensure that an HTTP request can fit into a single packet by constraining each request to fewer than 1500 bytes, as most widely used networks limit packets to approximately 1500 bytes


How
o        For resources that must be sent with cookies, keep the cookie sizes to a bare minimum.  Store only a unique identifier as key in the cookie and other details related to key should be stored at server side
o        Remove unused / duplicate cookie fields
o        By serving static content from cookie-less domain
o        Limiting URL lengths to few hundred bytes at max


Exceptions
None

Recommendations
Average size of cookies served off any domain should be less than 400 bytes

Comments

Popular posts from this blog

Performance Test Run Report Template

Understanding Blockchain

Bugs Management in Agile Project