WebP

Component type

module

Maintenance status

Development status

Downloads

491

Component created

Component changed

Creates a WebP copy of image style derivatives to decrease loading times.

Description

Whenever an image style derivative is created this module will also create a WebP copy of the derivative to be served to supporting browsers.

Node Access Rebuild Progressive

Component type

module

Maintenance status

Development status

Downloads

112

Component created

Component changed

Utility module that provides an alternative mean of rebuilding the Content Access table.

Rationale

The default core behaviour, when a module marks the content_access table for rebuilding, is to delete all entries first and to then rebuild the grants for all nodes.

Serialization cache

Component type

module

Maintenance status

Development status

Downloads

3

Component created

Component changed

Drupal 8 serialization system is pretty flexible but it causes serious time cost
to recursively process all entities, their fields, embed entities if they are
exist and etc.
This module provides caching for normalized entities (+embedded entities)
using different caches for different accesses (checking "view" for entity and
its fields).

Entity Access Policies

Component type

module

Maintenance status

Development status

Component created

Component changed

We will use this module in active development in combination with core patches to open the gates we need to implement Attributed-based access control in Drupal Core. Furthermore, this contrib module is aimed to be included in core when it is completed.

https://www.drupal.org/node/777578

Contrib Kanban

https://contribkanban.com/board/entity_access_policies

Lightfoot

Component type

module

Maintenance status

Development status

Downloads

16

Component created

Component changed

Wouldn't it be nice if Drupal tread a little lighter on web servers?

Why: When a site has a modern proxy cache (or CDN) and runs on a cluster of servers, it's unnecessary -- and usually a burden -- for Drupal to generate and store aggregated CSS and Javascript to a network file system. This module makes Drupal more "light footed" on the web servers it runs on by delegating the caching of aggregated content to the edge. This module also reduces database activity around tracking aggregated content.