Codex very slow retrieving source code
Is this normal? In PHPStorm, using AI Chat and Codex…after submitting a query, it runs commands to get code from my files, for example:
Get-Content -Path “filename.php"
…and I can see it very slowly inputting the text for the file – but it seems incredibly long. Sometimes several minutes, for example, for a file with 800 lines of code.
Is this normal, or a bug, or does my system have a glitch somewhere?
This seems just unreasonably slow for simply reading and outputting the contents of a file…
Please sign in to leave a comment.
Hi there,
Thank you for sharing your findings on the workaround.
Based on that, I've made changes for one of the existing similar issues:
Please vote and follow for updates.
Fixed for me by this comment:
https://www.reddit.com/r/codex/comments/1r2xn67/comment/o5g9t71/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button by Ok_Salt_4742
Thank you J Lydemann – This seems to have fixed the problem for me as well!