cache_form TTL

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a simple module that uses cacheobject permitting you to configure a different TTL for cache form entries.

It has its own configuration screen that allows you to set the TTL value and also to prevent certain roles from changing the TTL, making them use the default one.

OPcache!

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is abandoned. I'm joining forces on Brian Altenhofel's OPcache module, which actually came out a couple of days before this one. Please use that module instead.

This module provides some niceties if you use the OPcache PHP opcode cache with Drupal.

Specifically, it does the following:

OPcache

Component type

module

Maintenance status

Development status

Downloads

2850

Component created

Component changed

OPcache is an opcode cache for PHP. It is bundled with PHP 5.5.0 and later, and it is available in PECL for PHP 5.4.

This module allows Drupal to report status information about the cache and reset the cache.

Requirements

Context Admin Exclude

Component type

module

Maintenance status

Development status

Downloads

560

Component created

Component changed

Context Admin Exclude
---------------------
Out of the box, contexts set to display Sitewide without specific URLs will get executed on every page, including admin pages. Sometimes the context doesn't really need to be executed on admin pages, such as node/add.
These contexts cause Drupal to bootstrap and do some work that is not really needed. If you want to change the list (/admin/structure/context/settings), you can implement the hook_context_admin_exclude_admin_paths_alter().

Installation
------------
Install the module as usual

Post Protector

Component type

module

Maintenance status

Development status

Downloads

597

Component created

Component changed

This simple module adds support to your site to block HTTP POST requests that are not associated with form submissions. This is useful for reducing the potential for attackers to bypass your caching infrastructure by making HTTP POST Requests for pages of your site.

PerfBar

Component type

module

Maintenance status

Development status

Downloads

592

Component created

Component changed

Add PerfBar to your website! http://lafikl.github.io/perfBar/

It's a neat little JS script that adds a bar of performance metrics to the bottom of your screen.

Only default options right now.

I am working on adding an admin form where you can control which stats show up in the bottom, and an alter to add your own stats, but I'm trying to keep it done in a performant way. The default options are pretty good anyway, as all of the stats on there are useful.

Installation Instructions: