Install

Works with Drupal: ^10 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 16.74 KB
MD5: 01dab86d22e617971e1bf2bfac5b0c8b
SHA-1: ee3c28b9a7208d7a247be431e4941b26c3d4fb5c
SHA-256: 7a5e37d762e7afd096b0b0e516dbe667fdb344f1e8d0a6fda758cb0576b673d1
Download zip 27.25 KB
MD5: 406040af238b71b460da990c86a75b8e
SHA-1: c94d06fd058e33c87be68f33eb1076200945ba5e
SHA-256: ab138ef52d2cd3f36030bebcf686cb27a7d4531f8aa474b7dae71aa466e1c621

Release notes

Overview

This alpha release significantly expands Content Telemetry by adding route-level
performance insights, polishing entity performance reports, and hardening the
telemetry aggregation pipeline.

New features

  • Route performance reporting

    A new administrative report shows performance metrics aggregated by route
    (e.g. user.login, view.frontpage.page_1), including
    average render time and sample counts.
  • Entity-level performance tabs

    Nodes now expose a dedicated Performance tab displaying health status,
    trends, metric cards, and detailed aggregated metrics.
  • Polished performance UI

    Performance pages now use structured layouts, metric cards, status indicators,
    and consistent numeric alignment for improved readability and usability.

Telemetry & aggregation improvements

  • Hardened hourly and daily aggregation with strict idempotency and batch limits
    to ensure safe cron execution.
  • Clear separation between raw telemetry samples and aggregated performance data.
  • Improved handling of missing or insufficient historical data.

Developer notes

  • Route, view, and node telemetry are now clearly distinguished via
    entity_type.
  • View and block performance pages in core UI are acknowledged as placeholders
    and are not yet populated with telemetry data.
  • This release focuses on correctness, observability, and API stability ahead
    of advanced analytics features.

Known limitations

  • View and block performance pages currently display placeholder messages only.
    Dedicated reports for these entities are planned for a future alpha.
  • Performance data requires cron to run in order to aggregate telemetry samples.

Upgrade notes

  • Run database updates after upgrading.
  • Ensure cron is running to populate aggregated performance tables.
Created by: ggh
Created on: 10 Feb 2026 at 18:25 UTC
Last updated: 10 Feb 2026 at 18:25 UTC
New features

Other releases