After I am temporarily done with that ~650 CountTokens by ublock, the long conversation page is still pretty slow. Especially if I click the rerun or run button, the page is going to freeze for ~20 seconds.
I was trying to figure out what happened on Chrome dev tools, that shows a great amount of JS code executed while the page is loading, then I installed the [Luminous: JavaScript events blocker] Chrome extension to check what is going on. The result is:
Compared with the old context window, the new context window is with ~3k JS executions only.
The old context window with far more JS events, such as “setInterval”, etc.
I don’t think I can handle this, but I found out in an old post here that someone complained about a similar issue before. Logan_Kilpatrick offered some help on there…
To Logan Kilpatrick, hello? Are you here? Do you read this?
If you experience slow typing or lag in AI Studio while using Google Chrome on a PC, try this potential fix:
Open Chrome Flags: Type chrome://flags/ into your Chrome address bar and press Enter.
Search: In the search box on the flags page, type Overlay scrollbars.
Enable: Find the “Overlay scrollbars” flag and change its setting from “Default” or “Disabled” to Enabled.
Relaunch: Click the “Relaunch” button that appears at the bottom of the page to restart Chrome.
Test: Check if AI Studio performs better.
Note: This uses an experimental Chrome feature. It might not work for everyone and could potentially cause other minor display issues. If you encounter problems, you can revert the change by setting “Overlay scrollbars” back to “Default” in chrome://flags/ and relaunching again.