Laravel 5.0 - Route Caching
Explains Laravel 5.0's route caching feature, a performance optimization for faster route registration in PHP applications.
Explains Laravel 5.0's route caching feature, a performance optimization for faster route registration in PHP applications.
A historical account of Oracle's poor performance in a 1983 database benchmark and their alleged attempt to have the professor behind it fired.
Explains how data alignment affects CPU cache performance, using benchmarks and an analogy to illustrate the impact on speed.
A guide to using SQLite and Python's sqlite3 module to efficiently manage and query large datasets from text files.
A guide to lazy prefetching of AngularJS partials to improve performance in Single-Page Applications (SPAs).
Explains why using CSS translate() for animations is more performant than position:absolute with top/left, covering GPU acceleration and paint costs.
Comparing JavaScript sorting algorithm performance, showing custom implementations can be slower than V8's native sort function.
Exploring how to use HTML5 localStorage to cache CSS files for improved website performance and faster loading times.
An argument for why developers should sometimes write their own code instead of always using existing libraries, focusing on performance and maintainability.
Performance comparison showing CSS gradients outperform SVG backgrounds in dynamic effects due to browser rendering overhead.
Comparing JavaScript type-checking methods, showing that elegant, short code isn't always the fastest, with performance benchmarks.