Cache flusher

Component type

module

Maintenance status

Development status

Downloads

508

Component created

Component changed

The cacheflusher module adds a link to the navigation toolbar that allows users to clear drupal's cache. The module provides a permission, that can be given to user roles, to allow only certain users to have access to the cacheflusher.

Once cacheflusher has cleared drupal's cache, the module takes you back to the page that the user was on when the cacheflusher button was pressed.

Drush Async API

Component type

module

Maintenance status

Development status

Downloads

176

Component created

Component changed

INTRODUCTION
------------

Current Maintainer: Reinier Vegter


Drush Async API provides you a simple API (using hooks) to create queues of
operations/tasks and let them be processed multi-threaded (multi process
actually).
In the event of - for example - loading and saving all nodes in a large
content-repository, Drush Async API dramatically increases processing speed
by using a multitude of simultaneous workers, making use of all you
server's cores.

Clear Custom Cache

Component type

module

Maintenance status

Development status

Downloads

32

Component created

Component changed

The Clear Custom Cache Module used to Clear Cache via cid

Parameters

$cid: If set, the cache ID. Otherwise, all cache entries that can expire are deleted. The $wildcard argument will be ignored if set to NULL.

$bin: If set, the cache bin to delete from.

$wildcard: If TRUE, the $cid argument must contain a string value and cache IDs starting with $cid are deleted in addition to the exact cache ID specified by $cid.

Minifier HTML

Component type

module

Maintenance status

Development status

Downloads

3930

Component created

Component changed

Minifier HTML
===================

Minifier HTML module for Drupal 8 community users

* Minify HTML and any CSS or JS included in your markup.
* Improve the performance of your site by Minify HTML and any Js or CSS in your site page.