Drupal Firewall

Component type

module

Maintenance status

Development status

Downloads

5723

Component created

Component changed

Module maintainer @podarok
Drupal Firewall was implemented due huge data importing into commerce, ubercart, feeds and other modules
The main idea - disabling redundant hooks, functions and other procedures when doing background tasks (mostly via cron or custom page callback)
For that we use hook_module_implements_alter

Module config page (sometimes You have to know this address 8) ) admin/config/dfw/config

analyticsapi

Component type

module

Maintenance status

Development status

Component created

Component changed

Some experiments with collecting and aggregating time-based analytics.

I know there are a ton of modules that already do this, but not quite this generically. :-) Some are based on paths, nids, cids, etc. Some include chart generation and most include the data collection itself.

This module lets you define any events you want. Then decide how the data from those events should be sliced (per user, per node, etc). And then define aggregate functions, which are calculated over regular time periods (hourly, daily, weekly, etc).

Smartqueue language

Component type

module

Maintenance status

Development status

Downloads

6875

Component created

Component changed

This modules is an add-on to Nodequeue, it allows you to create a smartqueue that provides a subqueue per language.

This allows you to create a single nodequeue, and yet have different results in your queue based on the sites language. Smartqueue language will automatically create a subqueue for each configured language.

Asynchronous Processing

Component type

module

Maintenance status

Development status

Component created

Component changed

What is Asynchronous Processing?

Asynchronous Processing is a module designed to call back ground process in Drupal.

What does it do?

The Asynchronous Processing will separate the Drupal task to mutil-process (as background process ).

It could be used for executing long-running tasks in the background, such as tasks involving significant network activity or encoding video, send an email etc.

Installation
1, Download & Copy this module to sites/all/modules folder.
2, Enable Asynchronous Processing modules

Yandex Metrika

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A module allow to use on a site the counter and an informer Yandex Metric (http://metrika.yandex.ru/).
The module has the block with an informer. At all pages of a site it will be added JavaScript. This code is in charge of the count of visits, reviews and visitors.
All parameters of the counter may be configured in the interface. This are: webvisor, clickmap, track links, accurate track bounce, disable of an automatic indexing, the synchronous or asynchronous counter type, track hash.

Twitter Profile Widget

Component type

module

Categories

Maintenance status

Development status

Downloads

17270

Component created

Component changed

Twitter Profile Widget allows adding an unlimited number of widgets, each with their own configuration for widget type (user tweets, timeline, search). Each widget is available to the Drupal block system for easy placement, but is also a standalone entity.

8.x

The 8.x diverges significantly from the 7.x version. Specifically, it: