Posted by Rob Loach on March 14, 2009 at 12:40am
Jump to:
| 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
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
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
#6
Support File Cache has now been renamed to BundleCache, from the project page of Support File Cache:
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