Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hjk10157315ySomething really went wrong there. Even with thousands of PHP files it should not take that long (assuming ssd)
-
ammadfa1465yI hear you. It is worse when its over a network drive. Thats why i swicthed to VS Code its much faster.
-
doofy13485yCheck your antivirus, mine got much faster after I excluded the program's and my projects folder
-
@lamka02sk oookkkkkaaaayyyy ....
That sounds like a severe bug. Maybe files -/ drive faulty or something else blocking I/O? -
Sometimes phpstorm scanned my whole drive because it couldn't find something. I probably screwed something up in the config, and so might you. Indexing is actually faster than you think
-
@ammadfa VScode is much faster because it doesn't understand context and connections between files within the project.
It's an amazing editor for random source files and projects in static languages, but PHP frameworks are filled with dirty magic. In my opinion, a specialized IDE + indexed code inspections are pretty much mandatory for PHP.
Related Rants
Can PHPStorm's indexing get any slower please???
rant
pain in the ass
phpstorm
30 minutes and still waiting