An Alfred Workflow for WebPageTest
A guide to creating an Alfred workflow for quickly running performance tests on WebPageTest.org from your desktop.
A guide to creating an Alfred workflow for quickly running performance tests on WebPageTest.org from your desktop.
A guide to the WebP image format, explaining its benefits over PNG/JPG and providing conversion methods and web implementation techniques.
A .NET performance engineer details using BenchmarkDotNet and PerfView to analyze and optimize a real-world ML.NET benchmark.
Explores performance optimizations for async functions and promises in V8 and other JavaScript engines, including debugging improvements.
Tips to improve PhpStorm performance on macOS, covering monitor resolution, font settings, JavaFX plugins, and JDK versions.
A Google developer uses a rush hour analogy to explain main thread congestion in web development and explores strategies to improve performance.
A preview of PostgreSQL 11's key new features, including usability improvements, safer column additions, and performance enhancements like JIT compilation.
How V8 engine improved DataView performance to match or surpass TypedArrays, enabling its use in performance-critical JavaScript applications.
Analyzes the benefits of text-only news websites during emergencies, highlighting their speed, reliability, and user-friendliness.
Analyzes the performance and privacy costs of web tracking scripts for businesses and users, questioning their true value.
Learn to prevent unnecessary React component rerenders using shouldComponentUpdate and PureComponent for performance optimization.
A technical benchmark comparing the performance of 'for' vs 'foreach' loops in .NET Core using BenchmarkDotNet, showing 'for' is faster.
A technical tutorial using BenchmarkDotNet to compare the performance of string.Compare vs == operator in .NET Core for string comparison.
Explains how JavaScript engines optimize prototype property access, covering trade-offs between interpreters and optimizing compilers like V8's Ignition and TurboFan.
Explains how JavaScript engines optimize prototype property access, covering optimization pipelines, trade-offs, and performance fundamentals.
A curated list of presentations and talks that dive deep into the internal workings of the .NET Runtime, including garbage collection, JIT, and performance analysis.
A software engineering article arguing that simplicity is the most critical quality for achieving correctness and performance in software development.
Explores the productivity and performance benefits of upgrading to ASP.NET Core 2.1, highlighting features like HttpClientFactory.
An overview of open-source tools like PerfView and SharpLab for developers to analyze and understand the internal workings of the .NET runtime and CLR.
A deep dive into debugging a slow ASP.NET MVC request, tracing the root cause to HTTP chunked encoding and its performance implications.