Optimize Images


For viewing all tips see here


Applicable To
All Browsers

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

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

Why
Images saved from some programs contain unnecessary comments and use too many colors and hence improperly optimized images take more space than they need to.

How
o        By cropping unnecessary spaces
o        By reducing color depth to the lowest acceptable level
o        By removing comments in images
o        By saving image to an appropriate format.
o        By using GIF for very small or simple graphics and for images containing animations other use PNG
o        By not using BMP or TIFFs
o        By using image compressors

Exceptions
None

Recommendations
None

Comments

Popular posts from this blog

Performance Test Run Report Template

Test Case Template for Project Using Agile Methodology

Best Practices for Unit Test Case Automation