This Summer
Developer shares excitement about a summer internship at Quora, focusing on migrating the site to PyPy and performance tuning.
Developer shares excitement about a summer internship at Quora, focusing on migrating the site to PyPy and performance tuning.
An introduction to using Phing, a free automation tool, to streamline and automate performance optimization tasks in web development.
Explores how color psychology influences user perception of website speed and responsiveness, offering design tips to make sites feel faster.
Debunks common myths about web performance optimization and explains why it's crucial for user experience and business metrics.
A developer uses Webgrind, a PHP profiling tool, to identify and fix performance bottlenecks in inherited code, reducing database queries and page load time.
Introduces CSSEmbed, a tool for converting CSS image references to data URIs to reduce HTTP requests and improve website load times.
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.
A guide on using SharePoint Queries (SPQuery) to improve performance when retrieving list items, with code examples.
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.