Filter
Exclude
Time range
-
Near
¿Buscas optimizar el rendimiento de tus aplicaciones usando agentes de IA? En este workshop aprenderás a conectar el Google Chrome DevTools MCP a un agente para automatizar la detección de problemas. Veremos cómo generar reportes automáticos con tres enfoques clave: técnicos, de cliente y de management. 👇 ¡Inscríbete aquí! #WebPerf #Training #PerfTools #GoogleChrome #AI #MCP
El agente de IA no sabe debuggear rendimiento si tú no le das el contexto para hacerlo. No es que sea malo. Por defecto trabaja a ciegas: sin acceso al navegador, sin trazas reales. #WebPerf #Performance #AIAgents #ChromeDevTools #Frontend
2
1
3
603
I built a tool to run performance audits without touching DevTools Paste a URL → get a structured report. Fonts, images, CSS overhead, LCP Subparts, TTFB Pro accounts get full history to track improvements over time perf.reviews/insights #WebPerf #CoreWebVitals #PerfTools
2
2
244
Many thanks to Codemotion for giving me the opportunity to continue sharing my knowledge on web performance (aka improving the UX of our products), and to do so in a workshop format where we use Chrome DevTools MCP to identify performance issues on a website with AI agents. Here is the repository containing the self-guided workshop github.com/nucliweb/webperf-…. If you have any questions, please feel free to contact me or open an issue. #WebPerf #PerfTools #DevTools #CodemotionMadrid Photo by @cesalberca
1
3
225
🚀 New WebPerf Snippet published! Detects potential performance issues with `rel="prefetch"` resource hints by analyzing quantity, size, type, and appropriateness of prefetched resources. webperf-snippets.nucliweb.ne… #WebPerf #WebPerfSnippet #PerfTools
3
211
I’m starting the year by migrating the webperf-snippets.nucliweb.ne… project to the latest versions. I’m also improving the documentation and scripts, with better console output. Keep an eye out for upcoming updates #WebPerf #WebPerfSnippets #PerfTools #Performance #DevTools
3
298
Updated de Content-Visibility snippet for Chrome DevTools - Detects existing content-visibility usage - Finds offscreen optimization opportunities - CLS warnings for missing contain-intrinsic-size - Configurable thresholds webperf-snippets.nucliweb.ne… #WebPerf #PerfTools
1
1
2
262
📣 New WebPerf Snippet CSS Media Queries Analysis Analyze all @media rules in CSS stylesheets to identify classes and properties targeting viewports bigger than a specified breakpoint (default: 768px). Results are grouped by inline CSS and external files, with byte size estimates for potential mobile savings. #WebPerfSnippets #WebPerf #PerfTools
1
1
2
379
📣 Updated my Resource Hints snippet for @ChromeDevTools Now detects common mistakes like: ❌ <link rel="preconnect dns-prefetch"> ❌ Non-standard rel values Perfect for auditing preload, prefetch, preconnect, etc webperf-snippets.nucliweb.ne… #WebPerf #PerfTools #WebPerfSnippets
2
1
4
312
With @ChromeDevTools, we can streamline Web Performance Debugging with the help of the AI assistant #WebPerf #PerfTools #PerfDebugging
1
1
2
244
I have just updated the WebPerf Snippet "Find non Lazy Loaded Images outside of the viewport" to list images outside the viewport that do not have loading="lazy". Now it also shows us: - Total number of images without lazy loading - Total file size of all images - Individual image details: URL, resolution (naturalWidth x naturalHeight), and file size #WebPerf #WebPerfSnippets #PerfTools #Performance
1
1
2
217
New stickers for the WebPerf Snippets project webperf-snippets.nucliweb.ne… #WebPerf #WebPerfSnippets #PerfTools
1
1
3
465
New percentiles() method in WebPerf Snippets LoAF Helpers! Get P50, P75, P95, P99 stats for Long Animation Frames - perfect for RUM reporting without sending all frame data webperf-snippets.nucliweb.ne… #WebPerf #WebPerfSnippets #PerfTools #INP #LoAF #JavaScript
1
4
383
25 Oct 2025
☀️💻 Saturday Morning Code Sessions with P-OPS Team 💻☀️ 🧪 Mini-Lab: Validator Process Heat Maps 👨‍💻 For validators and infra ops tuning CPU balance. 🧩 A single hot thread can mask unbalanced workloads and trigger missed consensus events. ☕️ This morning we’ll visualise process-level CPU heat and pinpoint saturation early. 🔎 Step 1 — Identify top CPU consumers 𝚝𝚘𝚙 -𝚘 𝚌𝚙𝚞 -𝚊 | 𝚑𝚎𝚊𝚍 -𝟸𝟶 🔎 Step 2 — Trace per-thread usage of your validator process 𝚝𝚘𝚙 -𝙷 -𝚙 $(𝚙𝚒𝚍𝚘𝚏 -𝚜 𝚟𝚊𝚕𝚒𝚍𝚊𝚝𝚘𝚛) 🔎 Step 3 — Generate live heat map for kernel scheduling 𝚜𝚞𝚍𝚘 𝚙𝚎𝚛𝚏 𝚝𝚘𝚙 -𝚎 𝚌𝚢𝚌𝚕𝚎𝚜 -𝚐 🔎 Step 4 — Measure core distribution 𝚝𝚊𝚜𝚔𝚜𝚎𝚝 -𝚌 -𝚙 $(𝚙𝚒𝚍𝚘𝚏 -𝚜 𝚟𝚊𝚕𝚒𝚍𝚊𝚝𝚘𝚛) 🔎 Step 5 — Pin validator to specific cores if uneven 𝚝𝚊𝚜𝚔𝚜𝚎𝚝 -𝚌 0,1,2,3 $(𝚙𝚒𝚍𝚘𝚏 -𝚜 𝚟𝚊𝚕𝚒𝚍𝚊𝚝𝚘𝚛) 🧠 Mini Lesson CPU heat balance matters — one hot thread can throttle validation performance while others idle. Equal distribution keeps latency low and block timing stable. 💡 Delegators & Newcomers Think of it like an orchestra — one musician overplaying throws the whole rhythm off. Balanced cores = balanced consensus. ☎️ Stay Secure with P-OPS Team 🌍 pops.one 🌿 linktr.ee/p_opsteam 🐦 x.com/POpsTeam1 📡 t.me/POPS_Team_Validator 👾 discord.gg/jJ8aaMwPwa #SaturdayMorningCode #ValidatorOps #LinuxTips #POPSteam #PerfTools #CPUOptimisation #ConsensusFlow #NodeOps
1
12
20
279
Cooking up a new #WebPerf snippet using the Long Animation Frame (LoAF) API Great for debugging jank and improving smoothness! Stay tuned 👀 #Performance #PerfTools #CoreWebVitals #INP
1
1
3
593