Maphancement – progressive enhanced Google Map
A technique using static Google Maps for performance, with JavaScript to enhance them to dynamic maps on user interaction.
A technique using static Google Maps for performance, with JavaScript to enhance them to dynamic maps on user interaction.
Explores how to define 'fast enough' for website performance, covering competitive analysis, user perception, and key metrics like Speed Index.
Explains why PyPy's JIT compiler makes test suites slower than production code, and why tests are poor benchmarks for performance.
Discusses the nuance in web development advice, using responsive images as an example of why 'your mileage may vary' (YMMV).
A performance comparison revisiting Numba vs. Cython for optimizing a pairwise distance array computation, using updated libraries and benchmarks.
A collection of practical tips and guides for effective indexing in PostgreSQL, covering unused indexes, costs, and performance considerations.
Introduces proftable(), an improved R profiling function that displays detailed call stacks and line numbers to identify performance bottlenecks.
A summary and FAQ on a methodical approach to diagnosing and optimizing performance in OBIEE (Oracle Business Intelligence Enterprise Edition).
Explains how to fix Django's default per-request database connection behavior to improve performance via connection pooling.
John Carmack's archived article on reducing latency in virtual reality systems to improve user experience and prevent simulator sickness.
Explores methods for refreshing Exalytics aggregates beyond the standard Summary Advisor, focusing on OBIEE and TimesTen performance.
Explains how to improve webpage load times by asynchronously loading social media JavaScript links, with a reference to a CSS-Tricks article.
A detailed guide on upgrading a MacBook Pro Mid 2009 with a Kingston SSD, including benchmarks and performance improvements.
Article on optimizing OBIEE performance by pushing data processing to the database layer instead of the application server.
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.