Neville Katinevillekati.hashnode.dev·Sep 22, 2023Web Vitals in Website Perfomance OptimisationThe performance of a site can greatly impact the user experience and the business as a whole. According to a study done by Amazon in 2006, every 100 ms added to page load time cost them about 1% in revenue, which was about $107 million (about $3.8 bi...Discussperformance
Mustafa Dalgasft.hashnode.dev·Sep 18, 2023Solving the Nested Object Change Detection Issue with useMemo in ReactWhen it comes to performance optimization in React, useMemo is a widely used hook. It's handy for avoiding expensive calculations on every render by memorizing the computed value. However, useMemo performs a shallow comparison of its dependencies, wh...Discuss·35 readsReact.jsReact
Debajit Mallickdebajit13.hashnode.dev·Sep 11, 2023Boosting Performance: Image Optimization in ReactIntroduction Image Optimization is one of the most crucial parameters for optimizing web performance. In this era of 5G, we sometimes forget to optimize images on our React app, which results in slower application. In many parts of the world, the int...DiscussDeep Dive Into ReactReact
Sarthak Negisnegicodes.hashnode.dev·Aug 17, 2023Script Loading 101: Navigating the Normal, Async, and Defer Landscape ⏳Introduction When it comes to optimizing the performance and behaviour of your web applications, the way you load JavaScript scripts can make a significant difference. In this article, we're diving deep into three loading techniques: normal script lo...Discuss·1 like·26 readsJavaScript
Abhishek Bommenaabhishekbommena.hashnode.dev·Jul 19, 2023Understanding CDNWhat is CDN? CDN stands for Content Delivery Network. It is a distributed network of servers strategically placed in various geographical locations to deliver web content and other digital assets to users more efficiently. CDNs work by caching and st...Discuss·116 readsnamastereact
Abiodun Afolabiabbeyafolaby.hashnode.dev·Jul 15, 2023Best Practices for Optimizing Website PerformanceIn today's fast-paced digital world, websites are accessed daily for various reasons; unfortunately, many of these websites are difficult and tedious to use. Poorly optimized websites frequently experience problems with their loading speed, mobile fr...Discuss·1 likeweb performance
Mandlaiammandla.hashnode.dev·Jul 5, 2023Unleashing the ‘Need for Speed’ : A Guide to Web Application Performance OptimizationIntroduction In today's fast-paced digital landscape where every millisecond counts and user experience reigns supreme, the performance of your web application can make or break its success. Let’s take a quick thrilling journey and examine the art of...Discussweb performance
Mustafa Dalgasft.hashnode.dev·Jun 14, 2023Optimizing Web Performance by Reducing bundle.js File Size in the HeyBooster ProjectHello, there! Today I’m going to share an experience we had at HeyBooster while upgrading our Sentry version. The Background HeyBooster, like many projects, heavily relies on Sentry for error tracking. We recently decided to upgrade our Sentry versio...DiscussFront End DevWeb Development
Chinenye Anikwenze kodervine.hashnode.dev·Jun 8, 2023Implementing Cache-Busting: Ensuring Up to Date Images on your Web applicationI was working on a task where I was uploading images to the server only to find that they stubbornly refuse to appear on my web application whenever I reload the page. I also noticed it only reflects after a while. As web developers, we aim to provid...Discuss·5 likes·32 readsDebugging Jungleweb performance
Sharad 👨💻⚡sharadvx.hashnode.dev·Jun 4, 2023Boosting Web Performance: Accelerate Your Front-End with These Proven TipsIntroduction: In today's fast-paced digital world, website performance is paramount for user satisfaction and success. Slow-loading pages lead to high bounce rates and unhappy visitors. As a front-end developer, it's vital to optimize your websites f...Discuss·32 readsweb performance