Drupal Performance Tip – 'I’m too young to die' – indexes and SQLs
Tips for improving Drupal performance by optimizing database indexes and SQL queries, inspired by Doom's difficulty levels.
Tips for improving Drupal performance by optimizing database indexes and SQL queries, inspired by Doom's difficulty levels.
Explores how Java 8 lambda expressions work internally, covering their type, runtime representation, performance, and design decisions.
Performance comparison of Swift vs. Foundation collection data types, including detailed test results and Big-O notation analysis.
A technical deep-dive into building a tag engine similar to Stack Overflow's, covering data processing, memory usage, and performance.
A developer explains the technical drawbacks of icon fonts and details their workflow for replacing them with inline SVG for better rendering and maintainability.
The author argues that using intrinsics for high-performance code is unreliable and more work than writing assembly by hand.
Analysis of JavaScript parse and execution times for jQuery across various browsers and devices, using a profiling tool released by Etsy.
Explains Laravel 5.0's route caching feature, a performance optimization for faster route registration in PHP applications.
A guide to the challenges and best practices of micro and nano-benchmarking in software development, using .NET examples.
Part 2 of performance lessons from Stack Overflow, focusing on .NET Garbage Collector optimization and high-performance JSON serialization with Jil.
An update on measuring .NET GC performance, correcting methodology and interpreting results with expert feedback.
A guide to using Python's multiprocessing module for parallel programming to overcome the GIL and utilize multi-core CPUs.
Analyzes the impact of the .NET Garbage Collector on application latency, explores GC pause detection, and discusses mitigation strategies.
A comprehensive guide to the CSS will-change property, covering usage, performance, and best practices for web developers.
Analyzes performance lessons from the Roslyn compiler codebase, focusing on how Microsoft measures and ensures compiler speed.
A technical case study on building responsive, accessible websites for Radio Free Europe to reach users with slow connections and old devices.
A technical analysis of performance issues with the WrapPanel control in Windows Phone development and a proposed alternative using VirtualizingStackPanel.
A discussion on the pitfalls of premature optimization in JavaScript, advocating for readable and maintainable code over micro-optimizations.
A historical account of Oracle's poor performance in a 1983 database benchmark and their alleged attempt to have the professor behind it fired.
A first look at PostgreSQL 9.4's new features, including pg_prewarm, concurrent materialized view refresh, and ordered set aggregates.