Aptimizer Express dynamically optimizes webpages in the background and provides customers with webpages that load significantly faster while reducing data traffic on their network. WCO is the industry term used to describe transforming webpage content on-the-fly into the most compact form, without developers having to manually optimize the behavior and performance of each web page. High-traffic, public-facing websites, corporate websites, e-commerce sites, business productivity tools, and SharePoint applications are transformed for faster delivery, lower-bandwidth requirements, and better user experience.
Aptimizer Express is an add-on module for Stingray Traffic Manager that provides a set of robust optimizations to accelerate the delivery of most web pages, no configuration or tuning is required. This advanced WCO capability with Stingray Aptimizer Express is available as a licensed add-on module for Stingray Traffic Manager 9.5.
Stingray Aptimizer Enterprise is the full featured version of Aptimizer that is available as pure software for web server installs, as an add-on module for Stingray Traffic Manager, or as a pre-packaged software appliance for virtual and cloud environments.
Here is what Aptimizer Express does to your website to speed up pageloads.
Minify JavaScript and CSS Documents
Minification removes unnecessary characters from JavaScript and CSS files, including whitespace (space, newline, tab) and developer comments. This significantly reduces the size of these files, resulting in a reduction in bandwidth usage and download time. Minification is a great feature for any website, but will yield particularly good results for websites that are CSS and/or JavaScript heavy.
Inline CSS Background Images
Aptimizer Express includes image data in CSS files by encoding the data as Base64 and using a data URI to insert it in the style sheet. Including the image data in the style sheet eliminates a request/response roundtrip between the browser and server, which ultimately speeds up page load times. Background image inlining is good for websites with a lot of small, static images.
Resample Images
Many websites download images that are higher quality than actually required. Aptimizer Express resamples JPEG images, which reduces the file size without any perceivable visual difference when compared to the original image. This feature is particularly valuable to websites that use a large number of JPEG images.
Remove Redundant Image Information
Aptimizer Express automatically strips redundant metadata information from images resulting in smaller file sizes and reduced bandwidth usage. This data can include exif, date/time, and descriptive information. This feature is particularly valuable to websites with a larger number of images.
Version and Cache Resources
When a user visits a website resources (images, web fonts, etc.) are downloaded and stored in a cache on the user’s computer. On subsequent page loads many websites will unnecessarily re-download these resources even though they haven’t changed. Resource versioning eliminates these unnecessary requests by intelligently naming resources so that downloads only occur when the resource is modified. Aptimizer Express applies versioning only to resources referenced via CSS, so will provide the most benefit to sites that utilize CSS heavily to load images and web font files.
Caching of Non-Versioned Resources
For any resources that are not versioned, Aptimizer Express will modify the Cache-Expiry header so the resource persists in the client cache and isn’t downloaded every time the page is requested. This reduces the number of round trips on page loads and subsequently reduces page load times and bandwidth cost.
ETag Header
ETags provide a way to determine whether the resource stored in a browser’s cache matches the one on the server. The first time a resource is downloaded, Aptimizer Express attaches a unique ETag header. On subsequent requests for the resource the browser sends the ETag back to the server, which the server checks and then only sends back the resource if it has been modified (resulting in a new ETag). If the resource has not been modified, Aptimizer Express responds with a 304 ‘Not Modified’ response (containing no data). ETags work together with versioning and caching on the browser to eliminate unnecessary downloads and will help significantly improve page load time and reduce bandwidth usage. ETags will provide benefit for any website.
Flatten CSS
Aptimizer Express parses CSS documents and detects when additional style sheets are referenced via CSS @import tag. Aptimizer Express will insert, or ‘flatten’, the contents of any referenced (child) style sheets into the original (parent), eliminating the need for a separate roundtrip to download children style sheets from the server. This feature reduces page load times, especially for websites with a high number of CSS @import references.
Compress Resources
Compressing resources is an easy to way to reduce the size of data being transferred from server to client, reducing bandwidth usage, and speeding up page load times. Once Aptimizer Express has applied other optimization techniques it applies deflate compression to resources before serving them to the client’s browser. Compression provides benefit to a wide range of sites.
View full article