Notion 96
Check your understanding of the main concepts of the lesson.
Target skills
Making a quick audit of the ecological footprint of a website can be useful in order to give actionable solutions. This quiz will test your knowledge from this notion.
How could you find out if an element is taking too much time to load on a page?
Good job!
The Performance tab has details about each element loaded on the page, even for elements that couldn’t be seen in a manual test.
What is Carbonalyser?
Good job!
Carbonalyser is measuring the carbon equivalent of a browsing session
Which tab of your browser Devtools would you use to monitor data coming from a server?
Good job!
The Network Tab is used to monitor all the requests made to a server. It can be the server hosting the website, or third-party services used by it.
True or false? CSS animations on a web page have an ecological impact and can be monitored.
Good job!
CSS animations can be monitored through the Performance tab (often part of the Painting step). Animations need processing power and therefore have an ecological impact through the power consumption.