Skip to content

Conversation

@RomneyDa
Copy link
Collaborator

@RomneyDa RomneyDa commented Oct 22, 2025

Description

Causing massive performance issues in large files which will be resolved by #8364


Summary by cubic

Temporarily disable RecentlyVisited, RecentlyEdited, and Next Edit document history tracking to stop severe performance issues in large files. This removes expensive event listeners and AST work until the fix in PR #8364 is merged.

  • Bug Fixes
    • Commented out PostHog-gated init and selection tracking in RecentlyVisitedRangesService.
    • Paused text change tracking and cleanup timer in RecentlyEditedTracker.
    • Disabled onDidOpenTextDocument hook that feeds DocumentHistoryTracker with AST data.

@RomneyDa RomneyDa requested a review from a team as a code owner October 22, 2025 21:11
@RomneyDa RomneyDa requested review from sestinj and removed request for a team October 22, 2025 21:11
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Oct 22, 2025
@github-actions
Copy link

github-actions bot commented Oct 22, 2025

✅ Review Complete

Code Review Summary

⚠️ Continue API authentication failed. Please check your CONTINUE_API_KEY.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 3 files

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 22, 2025
@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Oct 22, 2025
@Patrick-Erichsen Patrick-Erichsen merged commit 8a2eee5 into main Oct 22, 2025
56 of 58 checks passed
@Patrick-Erichsen Patrick-Erichsen deleted the dallin/disable-expensive-services branch October 22, 2025 23:10
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Oct 22, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants