Specify Unique Character Encoding


For viewing all tips see here


Applicable To
All Browsers

How Improves Page Load Time
By optimizing browser rendering

Prologue
HTML documents are sent over the Internet as a sequence of bytes accompanied by character encoding information.  Character encoding information is specified in the HTTP response headers or in the HTML markup of the document itself.  The browser uses the character encoding information to convert the stream of bytes into characters that it renders on screen.

Why
o        Specifying a character set differently in HTTP header and HTML markup, confuses the browser and incurs additional delays in redrawing.

How
Always set the same character set for both HTTP header and in the HTML markup

Exceptions
None

Recommendations
None

Comments

Popular posts from this blog

Performance Test Run Report Template

Understanding Blockchain

Bugs Management in Agile Project