What version of the Codex App are you using (From “About Codex” dialog)?
Codex 26.527.60818
What subscription do you have?
ChatGPT Pro
What platform is your computer?
Windows with Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 x86_64
What issue are you seeing?
Routine turns in Codex Desktop take minutes despite trivial work. A ls -la (workspace command wall time 0.049 s) produced an 11m35s turn. Profiling the local app DBs (~/.codex/sqlite/logs_2.sqlite, state_5.sqlite) shows ~50 s of fixed overhead before the model is even called, then long model generation.
Session under review
| Field |
Value |
| Thread ID |
019e8555-6214-7b42-932e-a376a90d71ab |
| CLI version |
0.136.0-alpha.2 |
| Model |
gpt-5.5, reasoning effort low |
| Context window |
258,400 |
| Tokens used |
~125k |
| Wall span |
2026-06-01 22:37:06 → 22:57:43 UTC (~20.6 min, 3 turns) |
Per-turn latency (user message → final answer)
| Turn |
Prompt |
Latency |
| 1 |
hello |
134 s (2m14s) |
| 2 |
list the files |
695 s (11m35s) |
| 3 |
what command did you ran |
253 s (4m13s) |
Where the time goes (one turn reconstructed from logs)
| Phase |
Time |
Detail |
| Submission → first work |
~22 s |
dispatch/startup stall (no logs emitted) |
| Models manager + MCP tool list |
~0.2 s |
rebuilds codex_apps tool list — 89 tools every turn |
| MCP → skills loaded |
~28 s |
codex_core_skills::loader re-scans skills every turn |
| Skills done → first model token |
~120–220 s |
gpt-5.5 generation |
What steps can reproduce the bug?
In settings set in General the agent environment to WSL
- Open a workspace and start a Codex Desktop session.
- Send a trivial prompt such as
hello, then list the files.
- Observe each turn takes minutes
What is the expected behavior?
A trivial ls-style turn completes in seconds, not minutes
Additional information
No response
What version of the Codex App are you using (From “About Codex” dialog)?
Codex 26.527.60818
What subscription do you have?
ChatGPT Pro
What platform is your computer?
Windows with Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 x86_64
What issue are you seeing?
Routine turns in Codex Desktop take minutes despite trivial work. A
ls -la(workspace command wall time 0.049 s) produced an 11m35s turn. Profiling the local app DBs (~/.codex/sqlite/logs_2.sqlite,state_5.sqlite) shows ~50 s of fixed overhead before the model is even called, then long model generation.Session under review
019e8555-6214-7b42-932e-a376a90d71ab0.136.0-alpha.2gpt-5.5, reasoning effortlowPer-turn latency (user message → final answer)
hellolist the fileswhat command did you ranWhere the time goes (one turn reconstructed from logs)
codex_appstool list — 89 tools every turncodex_core_skills::loaderre-scans skills every turngpt-5.5generationWhat steps can reproduce the bug?
In settings set in General the agent environment to WSL
hello, thenlist the files.What is the expected behavior?
A trivial
ls-style turn completes in seconds, not minutesAdditional information
No response