Ianthe the Duke of Nukem
Ianthe the Duke of Nukem

Reputation: 1761

How does Gecko (or any other layout engine) render a document/page?

It was kind of hard to go through Gecko's documentation to see how it renders a web page.

I'm doing some performance analysis for my projects across the leading browsers to see how to improve response time. I am aware of optimization techniques out there but I don't really understand their basis — which I believe would be resolved if I knew how browser engines do their thing.

Upvotes: 2

Views: 1938

Answers (1)

David Baron
David Baron

Reputation: 920

I gave a tech talk on material that might be useful a few years ago. It wasn't the best of presentations, but I think I did manage to convey some useful information despite that. (Slides at http://dbaron.org/talks/2008-11-12-faster-html-and-css/slide-1.xhtml or http://dbaron.org/talks/2008-11-12-faster-html-and-css/master.xhtml.)

Upvotes: 9

Related Questions