Dprof

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple profiler focused on giving an overview of various central parts of drupal.

To install:
1. Download to your modules folder as usual.
2. Add include '[path to dprof module]/config.inc'; to your settings.php
3. Enable the module (and ensure overrides get written under /files/default/dprof)

Drush command dprof-rebuild for build/rebuild required override files if needed is also included.

EdgeCast CDN

Component type

module

Maintenance status

Development status

Component created

Component changed

EdgeCast CDN is a high performing CDN that is great to work with Drupal. This module attempts to help to integrate the EdgeCast CDN into your drupal site. This module helps you employ some of the custom features of EdgeCast that you cannot get from the CDN module.

Currently these are the features this module offers:

Performance data

Component type

module

Maintenance status

Development status

Downloads

454

Component created

Component changed

Stores and presents performance data using the Entity/Field API.

This won't record any data for you, you'll need to do that externally, save it to the entities/fields created by this module, then you'll get a UI for viewing individual records and (eventually) diffing and graphing multiple records across time.

Nothing here works yet but there's some initial code in git if you want to take a look.

The idea is to provide a single entity type to hold arbitrary data, bundles for each type of performance data:

Unset Assets

Component type

module

Maintenance status

Development status

Downloads

218

Component created

Component changed

Summary

This module lets you to exclude a set of assets (CSS and JavaScript) from the
active theme's .info file. The goal is to reduce the weight of resources sent
to the client to improve page load time, but also to facilitate the creation of
theme avoiding overloads CSS or JavaScript behaviors.

Each asset can be disabled for everyone or only for the a list of specified user
role(s).

Requirements

None.

Comment Tree

Component type

module

Maintenance status

Development status

Downloads

1272

Component created

Component changed

This module provides a closure table for comments. This modules does nothing on it's own, it merely provides a closure table so that comments can be retrieved in alternate ways other than the default.

For instance, a comment tree could be retrieved by created date, or all of the replies to X comment could be retrieved.

The performance of using a closure table for these types of queries is significantly faster than using the Adjacency List and Path Enumeration provided by the Comment module in Drupal Core.

APC Admin

Component type

module

Maintenance status

Development status

Downloads

3203

Component created

Component changed

Manage APC from Drupal administration interface! This module embeds default APC administrative interface (apc.php file) into Drupal admin.

Features:
- gives access to apc.php via Drupal admin interface
- you can clear APC cache via Drupal admin (instead of restarting apache)

Created and sponsored by Tim Kamanin (TimOnWeb Drupal development).

Watchdog Log Analyzer

Component type

module

Maintenance status

Development status

Component created

Component changed

The aim of this module is to provide a set of tools to the administrator
that analyze Drupal's watchdog log records, identify and analyze patterns and provide intelligent suggestions to the site administrator.