Max age

Component type

module

Maintenance status

Development status

Downloads

1476

Component created

Component changed

A very small module that allows for the page cache maximum age to be customised per node type in addition to the site-wide default.

Also integrates with Views so that displays using time-based or content-based
caching can emit a cache-control header based on the shortest max-age of any
nodes included in the results. Look for the "max age" options in the cache
settings for your views displays.

Alternatives

If you are looking for a module with more options, try APE.

Nagios Looking Glass

Component type

module

Maintenance status

Development status

Downloads

1635

Component created

Component changed

Nagios Looking Glass (NLG) is a utility for viewing filtered Nagios data.

NLG is not a tool for sending Drupal data to a Nagios server. For this you should use the Nagios Monitoring module.

On the top of this project page is a screenshot of the module in action, with some custom theming added to it.

7.x. Version

7.x Version by Daniel Baker

New Relic RPM Integration

Component type

module

Maintenance status

Development status

Downloads

35513

Component created

Component changed

New Relic RPM is an excellent tool for improving and monitoring your Drupal installation. Visit http://newrelic.com for information and the ability to sign up for a free trial of their Pro service. Visit https://newrelic.com/docs/php/new-relic-for-php for instructions on how to install the PHP extension and the reporting daemon.

HeadJS

Component type

module

Maintenance status

Development status

Downloads

26349

Component created

Component changed

Maintanance Status

Due to the fact that the head.js javascript library is no longer being developed, I decided to take what I learnt here and implement it for the $script.js library which is essentially the same thing but much stabler and (soon/hopefully) under active development.

Grab the module here or learn more about $script.js here.

FlexiCache

Component type

module

Maintenance status

Development status

Downloads

423

Component created

Component changed

NOTE: This project is being superseded by Cache Tags. See that project for future development.

FlexiCache is a cache API wrapper which uses meta data stored in MongoDB to achieve flexible and efficient cache invalidation. It works on top of your existing cache backend, so it's compatible with cacherouter, memcache, etc.

Forum 2

Component type

module

Maintenance status

Development status

Downloads

429

Component created

Component changed

A contrib module to over-ride the core forum module's forum listings, providing a faster and more scalable listing ability using a pre-built denormalized forum_index table. This module is a backport and expansion of the Drupal 7 forum performance work, adding an over-ride for the default forum listing page, additional indexes and removing considering for node_access.

Forum2 was built to address the core forum module's inability to scale for large, high traffic forums.

Fast 404

Component type

module

Maintenance status

Development status

Downloads

595118

Component created

Component changed

What and Why

Drupal has expensive 404 errors. On an 'average' site with an 'average' module load, you can be looking at 60-100MB of memory being consumed on your server to deliver a 404. Consider a page with a bad .gif link and a missing .css file. That page will generate 2 404s along with the actual load of the page. You are most likely looking at 180MB of memory to server that page rather than the 60MB it should take.

Views Javascript Random

Component type

module

Maintenance status

Development status

Downloads

570

Component created

Component changed

D7 alt: https://www.drupal.org/project/views_random

Adds a new sort type to views. It's under sort criteria -> Global: Javascript Random.

Why
Lets say this view is used to rotate an ad on your site. If that is cached then the same ad shows until the page cache is cleared.