Performance and Scalability
Expire Entityqueues
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module is a plugin for Cache Expiration that allows you to invalidate cache of entity queue pages when an entity queue gets updated, or when nodes are added/removed from an entity queue.
It is closely based on Expire Nodequeues.
MaxCDN Cache
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Introduction:
-------------------
This Module provides functionality for deleting MaxCDN cache from Drupal GUI.
There are not need to go MaxCDN dashboard and clear cache from the control panel.
You can do it by the help of this module.
Drupal 7
Requirements:
------------------
This module requires the following modules:
* Libraries
PHP version and Extention:
* PHP 5.3 or above
* PHP Curl Extension
Progressive Web App (PWA)
Component type
Categories
Maintenance status
Development status
Component created
Component changed
There already exists a project for Progressive Web Apps over here https://www.drupal.org/project/pwa
Transactional PHP
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Installation
- Apply the core patch bundled with this module.
- Update autoload with dependencies:
%> composer drupal-update
Configuration
None
Advagg Minify Html
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Speed up up your pagespeed thru minimizing your code. The Advagg minify html module solves the gap between css,jss and html minification. The minifier removes all unnessesary whitespaces and reduces the submitted code.
JIRA Update Issues
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
JIRA Update Issues
This module is built to add module updates to your JIRA project where you can assign updates to a team member. You could also trigger a CI server (We are using Jenkins) to perform actions.
Workbench Revision Cleanup
Component type
Categories
Maintenance status
Development status
Component created
Component changed
The Workbench Revision Cleanup module helps to clean up the revisions for a site utilizing the Workbench Moderation module. This module helps to ensure the current drafts, which are newer than the published node, are not removed during a revision cleanup. All drafts newer than the current, published node are not considered for revision deletion.
There are 2 methods to trim the revisions:
Varnish purger
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
What is this?
This is the Varnish purger for the Purge module.
How to use it
I did a blog post on how to use this module, please also read the updates that are needed.
Shift Queue
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Shift queue is extended from Drupal system queue with two new features:
Disable the processing of a particular queue
This feature allows to stop the processing a queue.
Set maximum failed processing attempts
Originally in Drupal system queue, when a queue item is processed with exception, it will be processed again until it is processed completely.
This feature allows to retry in a limited configurable times and if it still get problem, this item will be moved to a separate queue called: 'ORIGINAL_QUEUE_NAME:failed'.
