20 sec, but i have some failed plugins that take some time...
Ok, now that we finally know what is going on, lets work on the problem.
First step to try is to open codeblocks go to menu Plugins->Manage plugins->Select all plugins from the list (you can select the first, then press shift key and select the last, to select all)->Disable
Restart codeblocks and look if it is still slow.
If it is not slow, you can make a bisection search for the plugin that slows codeblocks down.
For this enable the first half of the plugins and start codeblocks again. If it is still fast, disable the plugins again.
Then repeat the algorithm with the second half. Disable the half plugins of the half that slows down codeblocks. This goes on until one plugin is left. At the end you should have a plugin that is the culprit from the slow down.
If codeblocks starts also slow without plugins we have to make things a bit more complicated...