XHProf Sample

Component type

module

Maintenance status

Development status

Downloads

457

Component created

Component changed

Provides integration with the XHProf PHP extension and a simple interface for viewing and downloading XHProf samples and profiling information. These samples can be used for visual analysis with external software, or directly in Drupal with the XHProf FlameGraph module.

Delayed Queue

Component type

module

Maintenance status

Development status

Downloads

218

Component created

Component changed

This Queue API backend allows you to add a configurable delay to queue items between enqueueing and dequeueing.
Requires Tagged SystemQueue module.

Usage

To make any queue to dequeue items delayed by 60 sec., set the following variable:
* queue_class_YOUR_QUEUE_NAME: 'TaggedSystemQueue'
Once done, you can go to your site's /admin/config/system/delayed_queue admin page and set the queue delay.

Libraries CDN API

Component type

module

Maintenance status

Development status

Downloads

7252

Component created

Component changed

Libraries CDN API is an API module to query CDN services to automatically provides libraries on your site.

It is bundled with two CDN plugins: CDNJS and jsDelivr.
Check the very simple API to understand how to query a CDN and how to create your own CDN plugins too.

Minify HTML

Component type

module

Maintenance status

Development status

Downloads

3068

Component created

Component changed

MiniHTML

If you can not install MOD_PAGESPEED or other HTML compressor on webserver level, this module can help you reach a higher score on the speedtest, and eventually a higher pagerank.

The idea is that instead of looping through all the renderable regions to compress the HTML output, I duplicated the drupal_deliver_html_page method and minify the entire HTML output at once.