Posted by yhager on July 28, 2009 at 11:18am
Jump to:
| Project: | Javascript Aggregator |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
On large installations it is customary to serve static files like JS and images from a dedicated server.
The attached patch adds support for javascript aggregator for this, through the settings page.
| Attachment | Size |
|---|---|
| yh.patch | 1.99 KB |
Comments
#1
Commited: http://drupal.org/cvs?commit=353784
Thanks!
#2
For Drupal 7, I believe it's already supported via http://api.drupal.org/api/function/file_create_url/7 . CDN module for Drupal 6 needs a core patch, unfortunately, I believe.... Not completely sure really. We should port parts of this sucker to Drupal 7 and find out!
#3
@1: Isn't it better to use parallel module for this? It has more options and pretty much does what you want (and some more).http://drupal.org/project/parallel
(So I'd prefer to rollback this patch)EDIT: even more since this issue is fixed: #770374: Incompatible with Parallel modulenevermind, subtle difference apparently.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.