Critical path CSS

Component type

module

Maintenance status

Development status

Component created

Component changed

This module helps boosting the loading speed of your website by inlining the CSS styles of one or more files you can define, in the <head> and loading the rest of the CSS files asynchronously with the loadCSS JavaScript function.

Read more about the critical rendering path from Addy Osmani

flag_expire

Component type

module

Maintenance status

Development status

Downloads

659

Component created

Component changed

Expire module doesn't have direct support for flag.If the flag is activated for the anonymous user & varnish or any reverse proxy is working behind the back-end, then purging an URL will be necessary to get proper real-time scenario in a cached pages.

This module is integrated with expire module to purge the custom URLs(which may returns the count value) when any node/comment/taxonomy is flagged

Entitycache Multilingual

Component type

module

Maintenance status

Development status

Component created

Component changed

Entitycache Multilingual

The is a Drupal module to extend the entitycache module allowing a seperate cache per language.

When to use this module

When modules attach setting and content to a module, they sometime handle localization in different ways resulting in unpredictable cache results when view entities in different languages. This module can help by adding a cached version of each language.

Block Expire

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides configurable actions upon events that will expire URLs from caches in which block list page(s)/URLs. This module is supported Cache Expire module.

Dependencies
This module is required Cache Expiration

Compatibility

This is tested with Boost & Cache Expiration module

Entity Flatstore

Component type

module

Maintenance status

Development status

Component created

Component changed

Background

This module creates flatstores for entities. Stores here refers to database tables and flat means these stores contain all of the entity's field data without any joins (see comparison to non relational dbs). Drupal stores field data in separate tables (rightfully so); loaded entities must be JOINed together in SQL; the more joins, the worse the performance and the higher the memory use (see performance section). In short: one entity type, one table. This module is aimed at developers - particularly those creating and exposing large data sets (APIs).

Views geofield raw

Component type

module

Maintenance status

Development status

Component created

Component changed

Alternative field handler for using geofields as data sources in maps.

When a view contains Field API fields, their field handler will load the field's corresponding entities, which might not be desirable if the map contains many points.

This field handler prevents loading the entities associated with the geofield, and can thus give dramatic performance improvements, providing no other field in the view will load the entity.

Created for use with leaflet_views. Not tested on anything else.

Page Manager Cache Lifetime

Component type

module

Maintenance status

Development status

Downloads

957

Component created

Component changed

This module allows you to override the cache expiration variables on each page manager variant.
Once the module is enabled, an extra operation will appear when editing a variant.
This will allow the page to override the default variables and use a custom one.

The variables supported are:

  • Minimum cache lifetime (cache_lifetime)
  • Expiration of cached pages (page_cache_maximum_age)

These can both be edited globally on the admin/config/development/performance page.

Clear Cache

Component type

module

Maintenance status

Development status

Downloads

3335

Component created

Component changed

This is a basic drupal module.
Empties cached tables, rebuilds the menu cache and theme registries, and invokes a hook so that other modules' that cache data can be cleared as well.
See https://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_flush_all_caches/7 for the cache flush_all_caches documentation.