Skip to content

Conversation

RomneyDa
Copy link
Collaborator

@RomneyDa RomneyDa commented Oct 16, 2025

Description


Summary by cubic

Reduce JCEF WebView freezing in IntelliJ by disabling off-screen rendering and adding an idle maintenance routine to keep the browser responsive.

  • Bug Fixes
    • Switched to on-screen rendering (setOffScreenRendering(false)).
    • Added a maintenance scheduler (runs every 30 min); after 1 hour idle, triggers browser GC and adjusts JS query pool size.
    • Tracked last interaction on sendToWebview to measure idle time.
    • Ensured clean shutdown of the scheduler during dispose.

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 1 file

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

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant