Google ai studion being slow and not productive for daily productions

Subject: Critical UI Dashboard Lag and Slow Initial Page Load

The Google AI Studio desktop web interface is experiencing severe, unmitigated latency. This is not a local device or network issue—I have cleared browser caches, changed to Google/Cloudflare DNS, disabled hardware acceleration, and completely restarted my system, yet the entire portal still loads and navigates at a crawl.

The issue appears to be heavily tied to the following client-side bottlenecks:

  1. High-frequency layout reflow and rendering loops taking place on the primary dashboard view.
  2. Inefficient indexing loops when the interface attempts to auto-sync and read past prompt folders from the root directory of Google Drive on startup.
  3. Heavy main-thread CPU blocking caused by the real-time token calculation scripts (CountTokens) executing prematurely before a user even engages in a dense prompt.

The application has become unusable for daily production. Please prioritize optimizing the dashboard’s DOM rendering, lazy-loading the file directory histories, and moving token indexing entirely to background asynchronous processing.