Ruth Everett - Demystifying Chrome Dev Tools (BrightonSEO September 2023)
In this talk, Ruth will share actionable ways the free Chrome DevTools feature can help SEOs review, audit, trouble-shoot and test websites of all sizes.
She will also share some console tips and tricks to make the most out of the tool.
Chrome browser Provides access to features that enable you to audit elements on your website in real time Valuable tool to have in your arsenal and is just a click away
changing elements using JavaScript, you will see differences between this and the appearance of the HTML source code. Displays the JavaScript rendered version of the page
time taken by the first pixel when loaded First Contentful Paint (FCP) - when the first piece of content renders Largest Contentful Paint (LCP) - the time taken for the largest element on the page to load First Meaningful Paint (FMP) - the time taken to provide the first piece of meaningful information to users Dom Content Loaded (DCL) - when the HTML document has finished loading