<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[The Soundify Lab]]></title><description><![CDATA[The Soundify Lab]]></description><link>https://audio-dev.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>The Soundify Lab</title><link>https://audio-dev.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Mon, 21 Sep 2026 04:08:09 GMT</lastBuildDate><atom:link href="https://audio-dev.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Why I stopped obsessing over PageSpeed scores (and started focusing on actual Latency)]]></title><description><![CDATA[Lately, I’ve been spiraling down the rabbit hole of Web Vitals. We all want that perfect 100/100 score, right? But here’s the thing I realized while working on some audio-heavy projects: a high Lighth]]></description><link>https://audio-dev.hashnode.dev/why-i-stopped-obsessing-over-pagespeed-scores-and-started-focusing-on-actual-latency</link><guid isPermaLink="true">https://audio-dev.hashnode.dev/why-i-stopped-obsessing-over-pagespeed-scores-and-started-focusing-on-actual-latency</guid><dc:creator><![CDATA[Lena Paul]]></dc:creator><pubDate>Sun, 10 May 2026 16:02:23 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/69ff00f1f239332df481b31d/45419899-c544-4b27-a92a-c171918f5df1.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Lately, I’ve been spiraling down the rabbit hole of Web Vitals. We all want that perfect 100/100 score, right? But here’s the thing I realized while working on some audio-heavy projects: a high Lighthouse score doesn't always mean a "smooth" user experience.</p>
<p>I was testing some data-fetching methods for <a href="https://soundifypremium.com/"><strong>Soundify Premium</strong></a> and noticed something interesting. You can have a green score, but if your API takes 2 seconds to respond with metadata, the user still feels like the site is "slow."</p>
<p>I’ve shifted my focus to:</p>
<ol>
<li><p><strong>Edge Caching:</strong> Getting data closer to the user.</p>
</li>
<li><p><strong>Payload Size:</strong> Why fetch the whole discography when the user only needs the top 5 tracks?</p>
</li>
<li><p><strong>Perceived Performance:</strong> Using skeleton loaders that actually make sense.</p>
</li>
</ol>
<p>It’s easy to get lost in the metrics, but at the end of the day, if the music doesn’t play instantly, the score is just a number.</p>
<p>Curious to know—how many of you are actually hitting that 100/100 mark without compromising on heavy features? Let’s talk in the comments!</p>
<p>#WebPerformance #DevLife #Optimization #Frontend</p>
]]></content:encoded></item></channel></rss>