Darshit Anjariadarshitanjaria.hashnode.dev·Dec 21, 2024Did You Know Tree Shaking Can Supercharge Your JavaScript Applications?Introduction Modern JavaScript frameworks like React, Angular, and Vue have transformed web development. However, as applications grow, they often accumulate unused code, leading to bloated bundles and slower performance. This is where tree shaking c...DeadCodeElimination
GDG Siligurigdgsiliguri.hashnode.dev·Dec 17, 2024Understanding the Critical Render Path and Its Role in Web PerformanceAbout the Author This blog was written by Sagnik Ghosh. He is currently working at P360 as a Software Engineer. He has over 2+ years of experience on working on web development and app development. We’re grateful to have him share his insights and kn...51 readsweb performance
Freeman Madudilifreemancodz.hashnode.dev·Dec 5, 2024Speed Up Your Content with Azure Content Delivery Network: A Simple GuideIf you're building applications or hosting content that needs to reach users globally with lightning speed, Azure CDN (Content Delivery Network) is your go-to solution. Azure CDN accelerates content delivery by caching content closer to your users' l...Azure
Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Dec 4, 2024Speed as a Feature: Analyzing Fast Websites in the WildThis blog is written by Akshat Virmani at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. As a fan of superheroes, I like superpowers like superspeed, just like Flash or Sonic. Unfortunately, ...web performance
Shashank Gaurshashankgaur.hashnode.dev·Dec 1, 2024Optimizing Web Performance: Font and Image Performance TechniquesThe Hidden Cost of Unoptimized Web Assets Imagine visiting a website and experiencing these frustrating scenarios: Text that mysteriously jumps around as fonts load Images that take seconds to appear, leaving blank spaces Constant layout shifts th...webdev
Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Nov 18, 2024What strategies do you use for cache invalidation?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. They say that there are only two hard things in Computer Science: Cache Invalidation and naming things....cache
Sunil Khadkasunilkhadka.hashnode.dev·Nov 5, 2024Understanding Code Splitting and Lazy Loading in ReactWhen we talk about performance optimization in React, code splitting and lazy loading will always be the hot topic of discussion, whether it be in an interview or practical applications. Code splitting and lazy loading are mostly used in conjunction,...React.jsWeb Development
Peter Mbanugopmbanugo.me·Oct 27, 2024The Benefits of Using A CDNYou most lilely have heard about CDN or use it directly/indirectly. I like the definition on Cloudflare’s website: A content delivery network (CDN) is a geographically distributed group of servers that caches content close to end users. A CDN allows...CDN
Victor Uzoagbavictoru.hashnode.dev·Oct 25, 2024Web Performance Testing: Tools and Techniques for Core Web VitalsIntroduction In today’s digital landscape, web performance has become a critical factor in user retention, engagement, and conversion rates. A fast, smooth user experience is more than a luxury—it’s a necessity. Google’s Core Web Vitals (CWV) are at ...web performance
Todd H. Gardnerrequestmetrics.hashnode.dev·Oct 18, 2024How Long Animation Frames (LoAFs) Impact Web PerformanceHave you noticed your website feeling sluggish or unresponsive during animations? You might be dealing with Long Animation Frames (LoAFs). LoAFs occur when your website’s animations take longer than 50 milliseconds to render, causing noticeable stutt...web performance