opening .log files (very) slow or even freezes phpstorm
When opening a .log file that contains more then 50 lines, my phpstorm gets really slow. I'm able to open a .log file with like 50 lines, but when it contains more then like 150 lines, phpstorm bogs down and freezes completely. Even at 50 lines you can feel the slowness. For example, selecting a few lines takes several seconds for phpstorm to react to my mouse clicks, let alone dragging a few lines for selection. When opening a .log file with more then 150 lines, it freezes the application. Mostly resulting in me forcing a shutdown through the task manager en reopen phpstorm. What can I do to analyze the issue and find a solution?
请先登录再写评论。
Hi there,
I suggest to show a screenshot – it can show some important clues/nuances that you are omitting.
Right now it sounds like you have Ideolog plugin for handling
*.log
files and for some reason that may not be working well in your case. That's just a though, but if it's actually the case (the plugin) – disabling or updating the plugin should help.Hi Andriy,
Thank you for your reply. I wasn't aware of the fact a plugin handled the
*.log
files. I found the plugin and updated it. Apparently that solved the issue. So a big thank you for the suggestion.I also had this issue, but it turned out that the plugin TextMate, not Ideolog, was causing my problems.
Disabling TextMate allowed me to open log files without PHPStorm feeling like it was going to crash.
Kent Rasmussen
From what I see, such issue should be fixed for the next major 2024.3 version:
https://youtrack.jetbrains.com/issue/WI-79263