webperf-snippets icon indicating copy to clipboard operation
webperf-snippets copied to clipboard

⚡️ 💾 Web Performance Snippets

Results 7 webperf-snippets issues
Sort by recently updated
recently updated
newest added

Was experimenting with this but might refine it more.

## Check the script by @paulcalvano https://github.com/paulcalvano/webfont-usage-analyzer

> [!NOTE] > Highlights information that users should take into account, even when skimming. > [!TIP] > Optional information to help a user be more successful. > [!IMPORTANT] > Crucial...

Fix interaction snippet to log interaction made by a user with id > 0.

https://github.com/nucliweb/webperf-snippets/blob/080be73765c85975fb0ba1c063d0f94a19e506fd/pages/Interaction/Interactions.mdx#L26 Please check the snippet for interaction: I see that this snippet logs interaction only with interactionId = 0, and it seems to be wrong, according to documentation and example...

First of all, thanks @nucliweb for sharing and the great work! 😍 Would it make sense to have a file ready to be imported in DevTools? I found this: https://levelup.gitconnected.com/snippets-in-google-chrome-62636236b766#910f

Hey Joan, how should we handle this? Some shortcuts relate, some don't, some rely on third party apps as well. Should it just be a markdown file with a description...

help wanted
question