Re: Struts2 initial page loading time

2016-07-20 Thread Sreekanth S. Nair
Sure Lukasz... On Thu, Jul 21, 2016 at 11:57 AM, Lukasz Lenart wrote: > 2016-07-21 8:22 GMT+02:00 Sreekanth S. Nair < > sreekanth.n...@egovernments.org>: > > May be... We are using strust2-spring-plugin. I'm not pretty sure about > > this plugin internal, need to investigate on this where its sp

Re: Struts2 initial page loading time

2016-07-20 Thread Lukasz Lenart
2016-07-21 8:22 GMT+02:00 Sreekanth S. Nair : > May be... We are using strust2-spring-plugin. I'm not pretty sure about > this plugin internal, need to investigate on this where its spending time. This plugin replaces the Struts ObjectFactory with a Spring ObjectFactory which simply delegates obje

Re: Struts2 initial page loading time

2016-07-20 Thread Sreekanth S. Nair
May be... We are using strust2-spring-plugin. I'm not pretty sure about this plugin internal, need to investigate on this where its spending time. On Thu, Jul 21, 2016 at 11:45 AM, Lukasz Lenart wrote: > 2016-07-21 7:58 GMT+02:00 Sreekanth S. Nair < > sreekanth.n...@egovernments.org>: > > Hi Ada

Re: Struts2 initial page loading time

2016-07-20 Thread Lukasz Lenart
2016-07-21 7:58 GMT+02:00 Sreekanth S. Nair : > Hi Adam, >I don't think a blank artifact can replicate the issue, in > our app action consist of many spring beans dependency and so on. As i said > this is happening only while first time a page loads from a web context, > later on an

Re: Struts2 initial page loading time

2016-07-20 Thread Sreekanth S. Nair
Hi Adam, I don't think a blank artifact can replicate the issue, in our app action consist of many spring beans dependency and so on. As i said this is happening only while first time a page loads from a web context, later on any pages from the same web context loads normal. I guess

Re: Struts2 initial page loading time

2016-07-20 Thread Adam Brin
Hi, Have you tried this on a blank artifact? Seems like it might be a local configuration issue as opposed to a struts issue. If the former, addressing it might depend on your own initialization sequence and perhaps setting up your own Servlet init method > On Jul 20, 2016, at 1:46 PM, Sreeka

Struts2 initial page loading time

2016-07-20 Thread Sreekanth S. Nair
It seems like struts2 takes very long time while loading page for the first time within a webcontext, this will definitely save deployment time but result in less responsive for enduser for the first time. I guess this is struts's default behavior, is there anyway we can instruct struts2 to load in