XF 2.0 Performance issues with PhpStorm while editing PAGE_CONTAINER

Jake B.

Well-known member
Currently I'm getting massive CPU spikes while typing into PAGE_CONTAINER within phpStorm, never have this issue in any other program, but I think it's related to the very large number of false errors coming from various unknown 'xf:*' tag messages littering the entire page. Any way to ignore these specific messages (ideally per project) as every time I type a character phpStorm jumps to around 140-200% cpu usage lol


Screen Shot 2017-12-11 at 11.12.58 AM.webp
 

Attachments

  • Screen Shot 2017-12-11 at 11.11.00 AM.webp
    Screen Shot 2017-12-11 at 11.11.00 AM.webp
    4.9 KB · Views: 6
It's the "Unbound XML namespace prefix" inspection. Search PhpStorm > Preferences for "Unbound" and it should come up.
 
FWIW, I always tend to forget to disable that inspection. But I don't experience any similar performance issues.
 
Top Bottom