Skip to content

Instantly share code, notes, and snippets.

View mporkola's full-sized avatar
🐎
coding is fun

Mikko Porkola mporkola

🐎
coding is fun
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mporkola on github.
  • I am mikkop (https://keybase.io/mikkop) on keybase.
  • I have a public key ASCO4m0y0qYvDozIeKzerHVxxoTW_PNSk8-LYi89fWZUiwo

To claim this, I am signing this object:

@mporkola
mporkola / LayoutShift.js
Created May 3, 2021 13:00
Show Cumulative Layout Shift score and elements contributing to it
new PerformanceObserver((list) => {
let DCLS = 0;
let stats = [];
list
.getEntries()
.sort((a, b) => {
return b.value - a.value;
})
.forEach((entry) => {
if (entry.hadRecentInput) {

Keybase proof

I hereby claim:

  • I am mporkola on github.
  • I am mikkop (https://keybase.io/mikkop) on keybase.
  • I have a public key whose fingerprint is 47A4 917B 20DA 5EBD 42BB FB22 5C75 6AF4 B6A8 7A97

To claim this, I am signing this object: