Core Library

Component type

module

Maintenance status

Development status

Downloads

23196

Component created

Component changed

Important disclamer

While this was a nice PoC from my point of view, I never maintained this module. Please use mature solutions instead such as https://github.com/makinacorpus/drupal-gulpifier or https://www.drupal.org/project/advagg instead.

Original module summary

THIS MODULE IS NOT DRUPAL CORE: it provides some CSS and JS file handling replacement FOR core. Please stop filing issues for core bugs in here.

This module changes the Drupal core aggregation mecanism process. It greatly reduces I/O and aggregated number of files, and improves chances of client cache hit, therefore while it produces bigger aggregated files, it reduces greatly the bandwidth utilization while users browse.

This is achieved by bypassing the dynamic CSS and JS inclusion. Instead of including and aggregating only needed files on a per-page basis, it learns files being used site-wide while user browse, then is able to produce larger therefore more revelant files that aggregate all those atomic files whether or not they are being used on the page.

Over time, the number of aggregated files reduce to achieve a stable state where all site JS files are being aggregated in one file only, and all site CSS are being aggretated in only two files (libraries into one side, theme files into another, can be more if there are browser-specific files).

Podgroups

Component type

module

Maintenance status

Development status

Downloads

251

Component created

Component changed

Podgroups is a CCK group type that allows content creators to define nested tree data structures comprised of instances of the defined podgroups. Depending on the configuration options selected in the podgroup, content creators can place these nested structures in regions defined in the theme.

ImageField Single

Component type

module

Maintenance status

Development status

Downloads

551

Component created

Component changed

SingleImage Field is fairly simple module that creates several image cache presets to allow you to only display the first image from a multi imagefield.