BG Web Site Acceleration - BitGravity

Component type

module

Maintenance status

Development status

Downloads

67

Component created

Component changed

Bitgravity module provide integration with Bitgravity Web Site Acceleration Web Service. This module allows purging of cached URLs hosted by Drupal websites on Bitgravity Server.

Dependencies
1. Cache Expiration

Fastly extra

Component type

module

Maintenance status

Development status

Component created

Component changed

This are some goodies that can be used alongside Fastly module to improve settings and interactions.

For now it's allowing for more page cache expire options as well an option to purge all fastly cache when drupal cache is cleared.

S3FS File Proxy to S3

Component type

module

Maintenance status

Development status

Downloads

340

Component created

Component changed

This module keep on stage_file_proxy, s3fs_file_proxy philosophy, but instead download files to use in your local file system, is thought for staging and preproductions environment that use S3 like production. It's used with s3fs module.

This module download the files from your production S3 bucket and then upload to your pre production S3 bucket.

Database Logging Conditions (Watchdog conditions)

Component type

module

Maintenance status

Development status

Downloads

179

Component created

Component changed

Extends Core Database Logging module (dblog, formerly: watchdog) to allow conditional logging to the database.

Introduction

The DBLog Conditions module is part of the OSCE suite of admin tools. It is especially useful on production environment, in combination with the following module:

Live test

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 8 testing framework always prepares a clean environment without any site configuration, users, entities or files. This makes it hard to prepare tests that depend on the site configuration (e.g. Check if some webservice is properly configured). This module fills the gap and allows to create tests of the entire setup.

The module provides a new plugin type LTest and a base class
LiveTestBase that can be implemented by other modules and
an UI to perform tests.

Data queue

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is still in active development mode. And there will be some updates in .install file.

The data queue module allows you to import data from Excel file and process them from the queue. You can control how many items processed per time from the module config page.
This module will create a new content type (data_queue_file) so you can upload Excel file using this content type.

Views AJAX Form

Component type

module

Maintenance status

Development status

Downloads

226

Component created

Component changed

In some cases, a view's exposed filters can take a significant time to construct and render. In such cases, it can be beneficial to send the view's results back to the user right away, and then load the exposed filters form asynchronously via AJAX.

This is implemented, via a new "Exposed form style" option, in this module.