Browser addons — Google Chrome extensions

First Paint & Page Load Time

Displays the First Paint time in the browser menu.

Now you can see page stats like the top ten time consuming requests on the page, the distribution of resources on the page, and other stats like memory, etc, illustrated with pretty looking graphs.

Source Code available at :
https://github.com/vijaysutrave/chrome-first-paint

This can give you insights in reducing your load times and optimising for quicker render times.

This extension uses the Resource Timing API and the Performance API in the browser.