• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

My Spring Application is very slow

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Dear All,

We have migrated a Struts application into Spring. We only used Spring JDBC module. My application earlier when developed through Struts used to take just 10 seconds to login. But now in Spring, it is taking more than four minutes. We are unable to make out the reason. Could anyone of you throw a light on the reasons why this application became slow?

Any suggestion to improvise is welcome...

Thanks in advance!!

 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please TellTheDetails. You have not provided enough information for us to help you. You need to show use the code and configuration relating to the code that is not performing.
 
Ranch Hand
Posts: 608
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
10 seconds for login, seems a lot of time already!
4 mins - that sounds like a kill. I'm wondering what could cause such a delay. Is it only for the first request or for all logins?
 
reply
    Bookmark Topic Watch Topic
  • New Topic