ABAman Beherainbeingamanforever.hashnode.dev·Jul 25 · 3 min readGSoC 2026 / Week 8: NaN Handling and Interaction-Matrix Memory CleanupThis week I continued the ANOVA performance and robustness work with two focused patches. The first patch updates anova2 NaN handling. Previously, anova2 rejected any input containing NaN. Since anova00
SMSyed Muhammad Aliindevstacked.hashnode.dev·Jul 22 · 20 min readImage Optimization in Next.js 16: The Complete 2026 GuideIf you've ever shipped a page with a 2.5MB hero image and watched your Lighthouse score crash to single digits, you already know why this matters. A slow, unoptimized image is one of the fastest ways 00
HMHosein Mahmoudiinhosein-mahmoudi.hashnode.dev·Jul 15 · 4 min readHow to Improve Performance in Next.js ProjectsWhy this matters Performance in Next.js isn’t just a “nice to have”. It directly affects: user experience SEO conversion rate And the truth is — most performance issues don’t come from React itse00
AMAbdulkabir Musainblog.abdulkabirmusa.com·Jul 14 · 11 min readCanvas 2D to PixiJS: A Migration StoryA few months ago I asked myself a question I genuinely couldn't answer with confidence: is Clypra's editor actually rendering through the GPU pipeline I built, or have I been staring at a Canvas 2D fa10
SBsaikat boseinifs-techy.hashnode.dev·Jul 12 · 6 min readQuery Optimization in IFS: The Hidden Performance Killer3 PM on a Monday. Support tickets pouring in. Users can't open the customer form—it just hangs. You know that feeling? I do. I spent the next 2 hours digging through SQL traces, refreshing coffee, mut00
UDUtsav Dattainutsavdatta-syslog.hashnode.dev·Jul 11 · 5 min readWhy I replaced CTEs with Temp Tables in SQL Server Stored ProceduresRecently I was working on some "SQL Performance Tuning", where I had to rewrite few stored procedures to improve their performance. While tuning stored procedures, I often found myself replacing CTEs 00
MEMohammed Ehabinmohamed-ehab.hashnode.dev·Jul 9 · 13 min read9 Real Fixes That Took My Next.js App's PageSpeed Score From Under 60 to 1009 Real Fixes That Took My Next.js App's PageSpeed Score From Under 60 to 100 I spent weeks chasing this. My PageSpeed score was sitting under 60, and for a while I genuinely didn't know why. Nothing "00
UDUxia Dovalinunrealengineoptimization.hashnode.dev·Jul 6 · 6 min readUnreal Engine OptimizationFrame Time (ms) vs Frame Rate (FPS) The Frame time (milliseconds) is a linear way of looking at performance, while the frame rate is non-linear. This means that the same change in FPS doesn't always r01D
BKBinay Kumar Dasinfindcoffeemate.hashnode.dev·Jul 5 · 4 min readThe Frontend Interview Question That Made Me Rethink Performance EngineeringA few weeks ago, I was interviewing for a Product Frontend role, and I got a question that I thought I had prepared for. The interviewer asked: "Users are complaining that your page takes 4–5 seconds00
UDUxia Dovalinunrealengineoptimization.hashnode.dev·Jul 4 · 2 min readUnreal Engine Optimization Hey, an Unreal Technical Artist here :)Welcome to my notes! Performance, profiling and optimization can be pretty tedious topics, but let's try to make them as simple as possible for everyone.I want t00