Enabling custom profile rules slows down SonarQube performance

I am using SonarQube Version 8.9.9.56886. I have several projects applied the Quality Profile default sonar way.
I wanted to activate extra rules for yaml files in one of my projects. During the analysis of my code, my pipeline built time was ~1.5min but ever since I created my own profile and added a very basic rule from Ansible lint 3.4 plugin Action sudo is deprecated. But this caused me a massive slow down in the build time to ~10min.
Apart from hardware specifications my question is where should I look for the problem? Adding any plugin rule would led me slowdown?
Thanks

Hi,

Welcome to the community!

That’s really going to depend on the plugin and possibly the rule. But when you add rules from plugins, you definitely add at least some overhead from running that plugin.

 
HTH,
Ann