Performance Improvements - Exit Early

Created on 10 July 2025, 29 days ago

Problem/Motivation

During off-peak hours this module is showing a lot of time consumption likely to loading unnecessary service and config with every page generation request.

Steps to reproduce

Proposed resolution

1.Early exit strategy - Exit immediately for:
- Non-view operations
- Published content (most common case)
- Unsupported entity types
- Requests without access tokens
2. Lazy loading - Services and configuration only loaded when actually needed
3. Reordered conditions - Cheap checks happen before expensive operations

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States NicholasS

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024