exclude webform config from memcache configuration

Created on 17 April 2023, about 1 year ago
Updated 6 December 2023, 7 months ago

Problem/Motivation

I can move the config to memcache using following configuration.
$settings['cache']['bins']['config'] = 'cache.backend.memcache';

I have tons of webforms and all the webforms element config is getting stored in memcache which makes drush cache-rebuild command too slow to rebuild. Is there anyway i can exclude only webform config not to be cached by memcache.

Steps to reproduce

Proposed resolution

Any wildcard support to exclude some configuration from caching or include certain config to be pushed to memcache.

Example: $settings['cache']['bins']['config.webform.*'] = 'cache.backend.null';
or
Example: $settings['cache']['bins']['config.entity.*'] = 'cache.backend.memcache';

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Active

Version

2.5

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States dsim Irving, Texas

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024