LinkedIn TwitterFacebook
Principal of Diversity Analysis, Ben is an analyst, entrepreneur, commentator and business advisor. Areas of interest extend to enterprise software, software integration, financial/accounting software, platforms and infrastructure as well as articulating technology simply for everyday users.

One response to “Aptimize Speeds Up Microsoft”

  1. Espen Antonsen

    While this software can be a nice quick-fix for an old slow website, any web developer should understand the techniques used in this tool:
    * Compress JS/CSS
    * Combine small images in one and use CSS sprites
    * Combine all JS in one file, same with CSS.
    * Cache these static files on the client

    Following the recommendations in YSlow is usually a good start: http://developer.yahoo.com/yslow/