This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /goal Orca is an agent IDE. On Windows, the startup time is very long. If i close the app then reopen it, it takes around 1 minute for it to launch, despite prior optimization attempts. I want you to create a benchmark harness to measure the startup time, then investigate how we can improve our start up significantly, using the benchmark as proof. As you work, provide updates in a md file so you dont repeat or forget anything. Note: Startup time on MacOS seems fine for the most part, so this is largely a windows exclusive issue it seems. Additionally windows just seems to have worse performance overall, with users are even complaining of it freezing when using opencode. A user report is: | |
| ` | |
| I open Orca, select the project, and open OpenCode. | |
| I type the prompt and send it to the agent; a few seconds later—about five—everything freezes. | |
| The OpenCode loader freezes; I can't close Orca normally—I have to use the task manager. I literally can't move anything in Orca; the only thing moving in the left panel is the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /goal Orca is an agent IDE. On Windows, for some reason the startup time is very long. If i close the app then reopen it, it takes around 1 minute for it to launch. Many people are complaining about the same thing. We have already done some optimizations to improve the startup time, but it still takes quite a while. I want you to create a benchmark harness to measure the startup time, then investigate how we can improve our start up significantly, using the benchmark as proof. As you work, provide updates in a md file so you dont repeat or forget anything. Note: Startup time on MacOS seems fine for the most part, so this is largely a windows exclusive issue it seems. Additionally windows just seems to have worse performance overall, even though my current windows machine is relatively powerful. Users are even complaining of it freezing when using opencode (another issue we have worked on, but apparently it may still exist?) The user report is this: I open Orca, select the project, and open OpenCode. | |
| I type th |