Skip to content

Codex App is Unusable Slow with WSL as Agent environment #25715

@AndreTeixeira1998

Description

@AndreTeixeira1998

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

  1. Open a workspace and start a Codex Desktop session.
  2. Send a trivial prompt such as hello, then list the files.
  3. Observe each turn takes minutes

What is the expected behavior?

A trivial ls-style turn completes in seconds, not minutes

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    appIssues related to the Codex desktop appbugSomething isn't workingperformancewindows-osIssues related to Codex on Windows systems

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions