Improve the real or perceived speed of the site, or monitor performance metrics.

Queued Expire

This module allows for hook_expire_cache() to be executed through a cron queue worker.

Render cache

Drupal's building and rendering process of entities is quite time consuming. This module attempts to alleviate needless rebuilding and re-rendering of entities on subsequent page loads by caching.

When an entity is updated a new cache key is generated; there's no waiting for a cache to time out.

Currently this module only aims at caching rendered entities, however if you have an idea for other general render caching please submit an issue.

How to use

Unfortunately, there's no way to hook into core Drupal functions such as node_view() to provide caching of rendered entities site wide - I tried, a lot.

However the module entity API provides an entity_view() method which renders any entity type your site provides. This module hooks into that process and essentially hijacks any entity rendering to check for caching before rendering.

If your code base consistently uses entity_view() instead of node_view(), taxonomy_term_view(), etc, then render cache can improve your page build time dramatically.

render_cache_views module can also hijack the views node view row plugin, bundled with the views module, to provide render caching.

render_cache_ds module can also hijack the views display suite row plugin, bundled with the ds module, to provide render caching.

Render cache can also take over the node/% router path and provide caching for those entities by enabling the render_cache_node module.

render_cache_comments module can hijacks the default comments display from node module.

render_cache_context can also cache blocks placed by context module.

RabbitMQ Logs

RabbitMQ Logo

The module has a purpose to offload the request from the writings watchdogs directly into MySQL (Database logging core module).

statistics_ajax

Creates a method that lets you programatically (through AJAX) increment a node's count in the node_counter table using memcache and cron execution.

Site Audit

Generated HTML report

Site Audit is a Drupal static site analysis platform that generates reports with actionable best practice recommendations.

Boost Cache Cleaner

Boost Cache Cleaner

Boost cache cleaner flush (delete all the static boost cache pages) when any update occurs in drupal core. Example node update, insert or delete.

Pages

Subscribe with RSS Subscribe to RSS - Performance