Skip to content

Instantly share code, notes, and snippets.

View alrra's full-sized avatar
:octocat:
٩(◔.◔)۶

Cătălin alrra

:octocat:
٩(◔.◔)۶
View GitHub Profile
@tkadlec
tkadlec / perf-diagnostics.css
Last active March 20, 2025 08:41
CSS used to highlight potential performance issues
:root {
--violation-color: red; /* used for clear issues */
--warning-color: orange; /* used for potential issues we should look into */
}
/* IMAGES */
/*
* Lazy-Loaded Images Check
* ====