#webperf — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #webperf, aggregated by home.social.
-
This timeline tab on npmx.dev shows good & bad changes to the package over time. :)
https://npmx.dev/package-timeline/@ayo-run/status-indicator/v/2.1.1
-
This timeline tab on npmx.dev shows good & bad changes to the package over time. :)
https://npmx.dev/package-timeline/@ayo-run/status-indicator/v/2.1.1
-
This timeline tab on npmx.dev shows good & bad changes to the package over time. :)
https://npmx.dev/package-timeline/@ayo-run/status-indicator/v/2.1.1
-
This timeline tab on npmx.dev shows good & bad changes to the package over time. :)
https://npmx.dev/package-timeline/@ayo-run/status-indicator/v/2.1.1
-
This timeline tab on npmx.dev shows good & bad changes to the package over time. :)
https://npmx.dev/package-timeline/@ayo-run/status-indicator/v/2.1.1
-
The April web performance data for Shopify themes is now live - check out the newsletter with all updates and the site for the full data at:
https://themevitals.com/newsletter/2026-05/ -
The April web performance data for Shopify themes is now live - check out the newsletter with all updates and the site for the full data at:
https://themevitals.com/newsletter/2026-05/ -
The April web performance data for Shopify themes is now live - check out the newsletter with all updates and the site for the full data at:
https://themevitals.com/newsletter/2026-05/ -
The April web performance data for Shopify themes is now live - check out the newsletter with all updates and the site for the full data at:
https://themevitals.com/newsletter/2026-05/ -
The April web performance data for Shopify themes is now live - check out the newsletter with all updates and the site for the full data at:
https://themevitals.com/newsletter/2026-05/ -
RE: https://fosstodon.org/@webinoly/116489229798729785
Still tracking the Ubuntu 26.04 rollout.
This release introduced several critical low-level changes and improvements that are causing a slower-than-usual turnaround for some upstream packages. While developers work through these complexities, we remain in "stability first" mode.
We’ll pull the trigger on full support as soon as the core stack meets production standards. Thanks for your patience!
-
RE: https://fosstodon.org/@webinoly/116489229798729785
Still tracking the Ubuntu 26.04 rollout.
This release introduced several critical low-level changes and improvements that are causing a slower-than-usual turnaround for some upstream packages. While developers work through these complexities, we remain in "stability first" mode.
We’ll pull the trigger on full support as soon as the core stack meets production standards. Thanks for your patience!
-
Most cache misconfiguration is not carelessness, it's a missing handshake.
Your build encodes assumptions: hashed filenames mean the URL changes whenever the content changes. The web server has to know that, or the assumption stays unused.
If the config doesn't reflect what the build produces, the framework's work gets quietly undone at the last layer of the chain.
-
Your site loads. From the outside it works. But: do returning visitors re-download everything on every click? Can the connection be downgraded from HTTPS to HTTP on public WiFi? Does your homepage count as one site in Google's eyes, or two?
For most static sites: no, yes, and yes. The web server config is the last layer most setups never touch.
-
#Development #Launches
Moop · A desktop app for batch image optimization https://ilo.im/16cof4_____
#OpenSource #MacOS #Optimization #Images #Content #Design #WebDesign #WebPerf #WebDev #Frontend -
#Development #Launches
Moop · A desktop app for batch image optimization https://ilo.im/16cof4_____
#OpenSource #MacOS #Optimization #Images #Content #Design #WebDesign #WebPerf #WebDev #Frontend -
#Development #Launches
Moop · A desktop app for batch image optimization https://ilo.im/16cof4_____
#OpenSource #MacOS #Optimization #Images #Content #Design #WebDesign #WebPerf #WebDev #Frontend -
#Development #Guides
Browser caching with No-Vary-Search · Better HTTP caching by ignoring irrelevant query parameters https://ilo.im/16crk2_____
#Caching #URL #UrlParameters #HTTP #HttpCache #HttpHeaders #Browsers #WebPerf #WebDev #Frontend -
#Development #Approaches
Architecture of local-first web development · How to build local-first web apps in 2026 https://ilo.im/16cq0b_____
#LocalFirst #WebApps #Websites #Git #JavaScript #Database #WebPerf #WebDev #Frontend #Backend -
#Development #Approaches
Architecture of local-first web development · How to build local-first web apps in 2026 https://ilo.im/16cq0b_____
#LocalFirst #WebApps #Websites #Git #JavaScript #Database #WebPerf #WebDev #Frontend #Backend -
#Development #Approaches
Architecture of local-first web development · How to build local-first web apps in 2026 https://ilo.im/16cq0b_____
#LocalFirst #WebApps #Websites #Git #JavaScript #Database #WebPerf #WebDev #Frontend #Backend -
#Development #Approaches
Architecture of local-first web development · How to build local-first web apps in 2026 https://ilo.im/16cq0b_____
#LocalFirst #WebApps #Websites #Git #JavaScript #Database #WebPerf #WebDev #Frontend #Backend -
🐘⚡ PHP-FPM trick ☝️
One endpoint needs 5 min worst-case,
but the rest should still die after 90s?→ Spin up a 2nd FPM pool + nginx map on a query param.
Routing happens automatically.🎯 The best part: zero lines of code touched
Setup ⤵️
https://gist.github.com/michabbb/91747cd6f3a700fcc7be072d6817433f -
🐘⚡ PHP-FPM trick ☝️
One endpoint needs 5 min worst-case,
but the rest should still die after 90s?→ Spin up a 2nd FPM pool + nginx map on a query param.
Routing happens automatically.🎯 The best part: zero lines of code touched
Setup ⤵️
https://gist.github.com/michabbb/91747cd6f3a700fcc7be072d6817433f -
🐘⚡ PHP-FPM trick ☝️
One endpoint needs 5 min worst-case,
but the rest should still die after 90s?→ Spin up a 2nd FPM pool + nginx map on a query param.
Routing happens automatically.🎯 The best part: zero lines of code touched
Setup ⤵️
https://gist.github.com/michabbb/91747cd6f3a700fcc7be072d6817433f -
🐘⚡ PHP-FPM trick ☝️
One endpoint needs 5 min worst-case,
but the rest should still die after 90s?→ Spin up a 2nd FPM pool + nginx map on a query param.
Routing happens automatically.🎯 The best part: zero lines of code touched
Setup ⤵️
https://gist.github.com/michabbb/91747cd6f3a700fcc7be072d6817433f -
🐘⚡ PHP-FPM trick ☝️
One endpoint needs 5 min worst-case,
but the rest should still die after 90s?→ Spin up a 2nd FPM pool + nginx map on a query param.
Routing happens automatically.🎯 The best part: zero lines of code touched
Setup ⤵️
https://gist.github.com/michabbb/91747cd6f3a700fcc7be072d6817433f -
TCP RTT for a BBC telemetry service by country from end user/client to closest CDN [1] PoP.
Larger, redder circles are slower/worse.
This neatly illustrates the global web performance divide.
TCP: Transmission Control Protocol
RTT: Round Trip Time
PoP: Point of Presence[1] I can't name the CDN, sorry, corp/competition rules.
-
🚀 Ubuntu 26.04 Status Update
We are already working on support for the new LTS! While we wait for PHP, MySQL/MariaDB, and Redis packages to be fully available and stable in their respective repositories, we are making progress.
⚡ Huge thanks to Nginx for the immediate availability!
We will announce full support as soon as the rest of the stack is ready for production. Stability is our priority. 🛠️
#Webinoly #Ubuntu2604 #Nginx #SysAdmin #LTS #WebPerf #SelfHosted
-
🚀 Ubuntu 26.04 Status Update
We are already working on support for the new LTS! While we wait for PHP, MySQL/MariaDB, and Redis packages to be fully available and stable in their respective repositories, we are making progress.
⚡ Huge thanks to Nginx for the immediate availability!
We will announce full support as soon as the rest of the stack is ready for production. Stability is our priority. 🛠️
#Webinoly #Ubuntu2604 #Nginx #SysAdmin #LTS #WebPerf #SelfHosted
-
#Development #Pitfalls
CSS ‘font-family’ fallbacks can trick you · Prevent visual glitches with complete font stacks https://ilo.im/16c2pg_____
#CSS #Fonts #Fallbacks #LayoutShifts #CLS #WebVitals #Metrics #WebPerf #WebDev #Frontend -
#Development #Techniques
Preloading images with JavaScript · Strengths and weaknesses of different techniques https://ilo.im/16bsum_____
#Preloading #Images #Cache #APIs #WebPerf #WebDev #Frontend #HTML #JavaScript -
#Development #Approaches
Optimizing for 75% is fine · ”Optimizing for 90% is where it gets interesting.” https://ilo.im/169d69_____
#Business #Metrics #KPI #WebVitals #RUM #SEO #Conversion #WebPerf #WebDev #Frontend -
-
-
-
-
-
#Development #Analyses
The great betrayal of frontend sanity · “I’d call CSS-in-JS over-engineering disguised as progress.” https://ilo.im/168rnj_____
#CSSinJS #DX #Maintainability #Website #Browser #WebPerf #WebDev #Frontend #CSS #JavaScript -
#Development #Analyses
The great betrayal of frontend sanity · “I’d call CSS-in-JS over-engineering disguised as progress.” https://ilo.im/168rnj_____
#CSSinJS #DX #Maintainability #Website #Browser #WebPerf #WebDev #Frontend #CSS #JavaScript -
#Development #Analyses
The great betrayal of frontend sanity · “I’d call CSS-in-JS over-engineering disguised as progress.” https://ilo.im/168rnj_____
#CSSinJS #DX #Maintainability #Website #Browser #WebPerf #WebDev #Frontend #CSS #JavaScript -
#Development #Analyses
The great betrayal of frontend sanity · “I’d call CSS-in-JS over-engineering disguised as progress.” https://ilo.im/168rnj_____
#CSSinJS #DX #Maintainability #Website #Browser #WebPerf #WebDev #Frontend #CSS #JavaScript -
#Development #Guidelines
Preloading fonts for performance? · When preloading helps, and when it hurts https://ilo.im/166oxo_____
#Preloading #Fonts #WebPerf #WebVitals #FCP #Browser #WebDev #Frontend -
#Development #Approaches
‘include-iframe’ web component · Versions of ‘HTML includes’ have evolved into a new take https://ilo.im/160elk_____
#HtmlIncludes #Iframe #WebComponent #ProgressiveEnhancement #Browser #WebPerf #WebDev #Frontend #HTML #JavaScript