Skip to content

Reduce version polling frequency from 5s to 1h#2886

Open
ramonsmits wants to merge 1 commit intomasterfrom
reduce-version-polling-frequency
Open

Reduce version polling frequency from 5s to 1h#2886
ramonsmits wants to merge 1 commit intomasterfrom
reduce-version-polling-frequency

Conversation

@ramonsmits
Copy link
Member

The environment and versions store was polling SC root endpoint, monitoring version, and platformupdate.particular.net every 5 seconds. These values are effectively static during a session, so hourly refresh is sufficient. This dramatically reduces noise in the browser devtools network tab.

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

The environment and versions store was polling SC root endpoint,
monitoring version, and platformupdate.particular.net every 5 seconds.
These values are effectively static during a session, so hourly refresh
is sufficient. This dramatically reduces noise in the browser network tab.
@ramonsmits ramonsmits self-assigned this Mar 13, 2026
@ramonsmits ramonsmits requested a review from cquirosj March 13, 2026 23:44
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