Document campaign_event_cache_ttl configuration parameter#710
Open
promptless-for-oss wants to merge 2 commits into
Open
Document campaign_event_cache_ttl configuration parameter#710promptless-for-oss wants to merge 2 commits into
promptless-for-oss wants to merge 2 commits into
Conversation
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.
| 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. |
Author
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 🔗