Starting XE4 IDE usually takes a few seconds. Now I installed paxCompiler and loading paxComp_xe4.bpl takes about 40 sec. If I uninstall paxComp_xe4.bpl and load this bpl with code
LoadPackage('C:\Users\Public\Documents\RAD Studio\11.0\bpl\paxcomp_xe4.bpl');
it takes only 0.3 sec.
Only IDE load this package very slow. Any idea what could be wrong. Unfortunately also the author of paxCompiler Alexander Baranovsky has no answer. No problems with Delphi 2007.
Edit
If I run Delphi XE4 with a project that has no paxCompiler components then IDE is loaded immediately. But when I open project with paxCompiler components on the form it takes about 40 sec to load it completely. Because of this it is possible to conclude that creating components (in design-time) on the form is very slow ? But why? In the run-time everything is ok!