Use extra static cache so the cache is not repeatedly requested

Created on 9 March 2023, over 1 year ago
Updated 1 September 2023, 10 months ago

Problem/Motivation

We were debugging our site for some performance and found that the cache is requested loads of times.

Steps to reproduce

  1. Have a cache backend, for example redis.
  2. Monitor the redis to watch the set/get.
  3. Reload the page once.
  4. See a lot of requests for HGETALL" "drupal_default:default:view_path_aliases_cid"

Proposed resolution

Add static cache.

Remaining tasks

Create and review patch.

User interface changes

-

API changes

-

Data model changes

-

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium tim-diels Belgium πŸ‡§πŸ‡ͺ

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

Comments & Activities

Production build 0.69.0 2024