1 private link
"In a perfect world, none of our sites would ever block the main thread unnecessarily. We’d all be using web workers to do our non-UI work, and we’d have shouldYield() and a native Scheduling API) built into the browser.
But in our current world, we web developers often have no choice but to run non-UI code on the main thread, which leads to unresponsiveness and jank."
top, netstat, perf, strace... sont des outils de monitoring limités qui doivent être bien compris avant toute tentative de compréhension. Petit tour des anti-patterns et des leçons apprises par Netflix en terme de monitoring.
"An open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io."
A runtime developer console, interactive debugger and REPL for PHP.
Si vous avez développé avec Symfony 2, vous avez sûrement apprécié la barre d'information de debug proposée par défaut. Le même type de service est offert par Glimpse pour ASP.NET. Un Must-Have qui réduit drastiquement le nombre de recompilations !