Skip to content

Improve external tools plugin load time

Waqar Ahmed requested to merge work/ext-tools-performance into master
  • Remove the KConfig::sync calls. They are horrible for performance and make up for very bad startup times. Just removing these slashes 250+ ms from Kate's startup time.
  • set firststart to false after loading the default tools first time
  • dont read the default tools eagerly, load them on demand

Merge request reports