Skip to content

Document campaign_event_cache_ttl configuration parameter#710

Open
promptless-for-oss wants to merge 2 commits into
mautic:7.1from
Promptless:promptless/campaign-event-cache-ttl
Open

Document campaign_event_cache_ttl configuration parameter#710
promptless-for-oss wants to merge 2 commits into
mautic:7.1from
Promptless:promptless/campaign-event-cache-ttl

Conversation

@promptless-for-oss
Copy link
Copy Markdown

Open this suggestion in Promptless to view citations and reasoning process

Documents the new campaign_event_cache_ttl parameter from PR mautic/mautic#16110, which allows administrators to configure caching for Campaign event statistics in the UI. Also documents the related campaign_contact_count_cache_ttl parameter for completeness.

Trigger Events


Tip: Worried about broken links? Ask Promptless to find and fix them automatically 🔗

Add documentation for the new campaign_event_cache_ttl parameter from
mautic/mautic PR #16110, which allows administrators to configure how
long Campaign event statistics are cached before refreshing from the
database. Also document the related campaign_contact_count_cache_ttl
parameter for completeness.

These settings are configured via config/local.php and help balance
UI responsiveness against database load on high-volume instances.
@promptless-for-oss promptless-for-oss requested a review from a team as a code owner May 14, 2026 07:58
@promptless-for-oss promptless-for-oss requested review from adiati98 and favour-chibueze and removed request for a team May 14, 2026 07:58
Advanced Campaign performance settings
======================================

Mautic provides additional performance-related configuration parameters for Campaigns that you must configure by editing the ``config/local.php`` file directly. These settings help you balance UI responsiveness against database load on high-volume instances.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added documentation for campaign_event_cache_ttl parameter introduced in PR #16110. The PR adds this configurable parameter to app/bundles/CampaignBundle/Config/config.php:360 with a default of 600 seconds, controlling cache TTL for Campaign event statistics displayed in CampaignController.php.

Source: mautic/mautic#16110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant