Asynchronous Javascript Loading
Explains how to improve webpage load times by asynchronously loading social media JavaScript links, with a reference to a CSS-Tricks article.
Explains how to improve webpage load times by asynchronously loading social media JavaScript links, with a reference to a CSS-Tricks article.
Part 8 of a series on SharePoint 2010 performance, focusing on managing ViewState to reduce page size and improve rendering.
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.
Part 7 of SharePoint 2010 performance series covering JavaScript script crunching to reduce file size and improve load times.
Developer shares excitement about a summer internship at Quora, focusing on migrating the site to PyPy and performance tuning.
Guide to using CSS sprites in SharePoint 2010 to reduce image requests and improve web performance.
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.