Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 770 Bytes

File metadata and controls

16 lines (13 loc) · 770 Bytes
title First Paint (FP)
slug Glossary/First_paint
page-type glossary-definition
sidebar glossarysidebar

First Paint is the time between navigation and when the browser first renders pixels to the screen, rendering anything that is visually different from the default background color of the body. It is the first key moment in page load and will answer the question "Has the browser started to render the page?"

See also

  • PerformancePaintTiming
  • Related glossary terms:
    • {{Glossary("First Contentful Paint")}}
    • {{Glossary("Largest Contentful Paint")}}
    • {{Glossary("First Meaningful Paint")}}