Are users complaining about your slow website? This article shares 7 tricks to take the performance of your website to the moon. Let's get started!...
For further actions, you may consider blocking this person and/or reporting abuse
Also you can compress image for web
Yeah that's a really obvious one. I can't believe I missed out this one.
Thanks a lot for pointing out :)
Use image service, they compress for each browser. Avif for all and webp for Explorer
Ex - plo - r - er? What's that? :-D
you can use fetchpriority="high" attribute on images to instruct the browser to load the resource as soon as possibile, improving LCP times.
Excellent. Here's one more resource: pagespeed.web.dev/
Great article! Congrats!
fetch data for your pages when a user hovers a specific link.
@ruppysuppy Thank you for post.
Especialy the first prefetch I will definitely will be using on any sites from now on!
It's so obvious... but good to have there as a "checklist!", to not forgot to "mark" them all... and add some from the useful comments ;)
Thanks for sharing! πΊπ»π
Webpack, really?
Π‘ongratulations π₯³! Your article hit the top posts for the week - dev.to/fruntend/top-10-posts-for-f...
Keep it up π
one simple trick: less code!