Performance Toolbelt: SpriteMe
A review of the SpriteMe bookmarklet, a tool for creating CSS sprites to optimize website performance by reducing HTTP requests.
A review of the SpriteMe bookmarklet, a tool for creating CSS sprites to optimize website performance by reducing HTTP requests.
A practical guide to quickly improving website performance using free tools for image compression, CSS/JS minification, and sprite generation.
A developer details two performance optimizations for Unladen Swallow, a Python implementation, focusing on argument parsing and JIT compilation.
Explores a JavaScript technique called 'simplethreading' for handling large data sets asynchronously by batching operations to improve performance.
A developer shares their experience migrating from Courier-IMAP to Dovecot, noting significant performance improvements and bug encounters.
A developer creates a simple web tool to calculate the byte size of text, useful for optimizing CSS, JavaScript, and code.
A tutorial on implementing a basic identity map pattern in Django to optimize memory by ensuring duplicate database objects are represented by the same Python instance.
Explores a clever programming technique using uninitialized memory for efficient sparse set operations, turning linear-time tasks into constant-time.
Explains how to use JavaScript branching to create efficient conditional functions, avoiding repeated browser capability checks.
A guide to improving ASP.NET application performance by removing unnecessary HTTP modules from the pipeline via Web.config.
Explains a PHP performance tweak: using array_flip() and isset() instead of in_array() for faster lookups in large arrays.
Tips for improving the performance of web applications built with the Apache Cocoon framework.