mrclay/elgg-http-combiner

Reduces HTTP requests by merging files and AMD modules

Installs: 166

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 1

Open Issues: 1

Type:elgg-plugin

pkg:composer/mrclay/elgg-http-combiner

1.0.1 2016-10-04 00:01 UTC

This package is auto-updated.

Last update: 2025-10-07 07:13:47 UTC


README

This plugin reduces HTTP requests in the initial page load by merging files and AMD modules into elgg.js/elgg.css.

  • Merges 6 external scripts into elgg.js
  • Merges 2 CSS files into elgg.css
  • Merges AMD modules of your choice into elgg.js (suggests 6 by default)
  • Can also merge the site default language module
  • Allows unregistering particular site icons

Installation

cd path/to/elgg/mod
git clone git@github.com:mrclay/Elgg-mrclay_combiner.git mrclay_combiner