Hello.I m working on a xpage Project, and we re experiencing major performance issues.
We re running a Domino 8.5.1 FP2 server, and our application is a xpage web 2.0 app.
We could efficiently improve things by getting eventhandlers outside of repeat controls, using one unique trigger event handler per action, outside the repeat. To do this we had to set current repeat var value in a <p:inputField in client javascript.
So far, so good.
Now, our loading time is splitted between server side calculations (2/3 seconds, sometimes little more , mainly first loading), and dojo loading (5/6 seconds).
Why is it loading the whole dojo library? we only use a few dojo components…
Performance is currently a !!!major!!! (go/no go?) issue to us. we can prolly improve a bit server side (a bit).
Now what can be done on the dojo side? can we selectively load dojo components we need? Any recommandation?
Thanks.
Luc