Hi Carlo,
On 5 Jun 2015 at 04:58:11, Carlo Tac-an
(carloatacan@yahoo.com(mailto:carloatacan@yahoo.com)) wrote:
Starting the XWiki program takes a long time. The
navigation inside the wiki also sometimes do. Is there nothing I can do to make it fast?
Thanks guys!
XWiki is a server software. It’s supposed to be running at all time and only need to stop
it/restart it for maintenance reasons (i.e. very seldom).
That said, I’d also like that we find ways to make it start faster but it’s difficult. For
example one of the things that take up most of the time is the loading of all Java
classes located in WEB-INF/lib by the Servlet Container and there isn’t much we can do on
that, except by continuing to modularize XWiki with Flavors and have only core extensions
be installed by default (which is close to what we have now already).
I feel you may be using XWiki as a tool you turn on/off when you need it which is not what
it’s intended for. It needs to be left running.
Hope it helps,
-Vincent