Josh Deltener's Avatar

Josh Deltener

@joshdeltener

Vue/Nuxt/Web Performance Consultant • Nuxt Ambassador • Instructor at MasteringNuxt • Let's Work Together! https://deltener.com https://x.com/JoshDeltener https://www.linkedin.com/in/joshdeltener/

49
Followers
51
Following
6
Posts
26.06.2023
Joined
Posts Following

Latest posts by Josh Deltener @joshdeltener

Now I want to see this dancing turtle..

22.07.2025 21:45 👍 2 🔁 0 💬 0 📌 0
Preview
a barbie doll says ohh myyyy with her hands in the air ALT: a barbie doll says ohh myyyy with her hands in the air
10.07.2025 20:35 👍 1 🔁 0 💬 0 📌 0
Preview
NuxtLabs is joining Vercel We’re joining Vercel to continue building the best developer experience for building fast and beautiful applications.
08.07.2025 13:31 👍 8 🔁 1 💬 1 📌 0

#perfnow - even if your 3rd party is used on a page, if it's below the fold, you could still lazy load it via the IntersectionObserver API. (that's what we do with Youtube, Wistia, etc.)

14.11.2024 14:54 👍 0 🔁 0 💬 0 📌 0

#perfnow - keep in mind if you use AWS, it will only auto-compress assets if resources are available.

If you want, you can pre-compress assets and store them in S3.

14.11.2024 11:57 👍 4 🔁 1 💬 0 📌 0

#perfnow not only do accessibility overlays not work, but in our case it actually severely screwed up our universal app!

It caused hydration errors and visual bugs like duplicate checkboxes since most/all change your DOM with AI changes in an attempt to make your site more accessible.

14.11.2024 10:59 👍 15 🔁 6 💬 0 📌 0

#perfnow if you build your own app, consider adding query string params to disable some or all third party scripts. It can help narrow down both performance problems and bugs.

14.11.2024 09:52 👍 1 🔁 0 💬 0 📌 0