Download & Extend

Document how to use BundleCache with CDN

Project:BundleCache
Version:6.x-1.x-dev
Component:Documentation
Category:task
Priority:major
Assigned:Wim Leers
Status:postponed
Issue tags:BundleCache, WPO

Issue Summary

What's the deal behind this?
http://drupal.org/project/sf_cache

Comments

#1

Category:support request» task
Assigned to:Anonymous» Wim Leers

It's about creating smarter bundles.

It's a whole different category of optimization, it doesn't make CDN integration obsolete, nor is it inferior to it. It just works on a different level.

Depending on your site, it can also improve the page loading performance of your site *tremendously*.

I will document the relation between this module and sf_cache better :)

#2

Title:Support File Cache?» Document how to use Support File Cache with CDN integration
Version:5.x-1.0-beta1» 6.x-1.x-dev
Priority:normal» minor

Also applies to the new version. Upping the version.

#3

Wow, neat. I never saw that module until I happened upon this issue.

Support File Cache seems to be a more intelligent way to bundle your CSS. Right now, CSS optimization in Drupal 6 is a one-size-fits-all deal. You just get the logic it gives you. This seems to allow you to rebundle CSS in different or interesting ways that could also benefit performance. The idea behind bundling of CSS files is to reduce the number of HTTP requests needed to load your page. If you have 20 CSS files, it may require 20 different HTTP connections to get them all. Aggregating 20 CSS files into 1 could also reduce your HTTP connections from 20 to 1. Whether or not you are serving up 20 CSS files or 1 CSS file, the CDN integration module doesn't really care - it will serve up whatever you need it to. To the end browser it just improves the load time and connections significantly if you are bundling up your CSS and optimizing appropriately.

Thanks for the link, I'm going to give Support File Cache a try as well.

#4

Heh, thanks for the explanation I guess :P Your explanation will become part of the documentation I plan to write.

#5

Title:Document how to use Support File Cache with CDN integration» Document how to use Support File Cache with CDN
Version:6.x-1.x-dev» 6.x-2.x-dev
Priority:minor» major
Assigned to:Wim Leers» Anonymous
Status:active» postponed

#6

Title:Document how to use Support File Cache with CDN» Document how to use BundleCache with CDN
Assigned to:Anonymous» Wim Leers

Support File Cache has now been renamed to BundleCache, from the project page of Support File Cache:

Initial development of this module was performed by kkaefer, this was sponsored by NowPublic.

This module has now been renamed to Bundlecache and maintenance is now done by Wim Leers (see #962178: Rename/migrate to Bundlecache and provide a stable D6 release.).

So please, go take a look at the Bundlecache module!

And as you can read, I've become the new maintainer. Over time, I will make BundleCache nicely integrated with the CDN module.

#7

Subscribing

#8

Project:CDN» BundleCache
Version:6.x-2.x-dev» 6.x-1.x-dev