Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6906377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:18:07+00:00 2026-05-27T08:18:07+00:00

I am developing a SAAS based java product using Spring 3 framework and using

  • 0

I am developing a SAAS based java product using Spring 3 framework and using hibernate with annotations.

The site is very slow.I use ApacheTomcat server 6.0.26

Can someone tel me what Changes should I make ?

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:18:08+00:00Added an answer on May 27, 2026 at 8:18 am

    It could be any number of reasons, though I doubt Apache has anything to do with it.
    Possible reasons include:

    • unoptimized queries
    • database tables don’t have indexes where they are needed
    • your database server hardware is crap
    • your algorithms and choice of data structures are bad
    • you are calling database too many times (requesting data even though it was loaded on previous screen etc..)
    • your database configuration and caching might be wrong
    • your frontend technology might be problematic (JSF is slow compared to JSP)

    First thing you should do is figure out how much time per page render is spent querying database, how much on application server. You should also record count how many queries are executed per render (and which ones). Then substract these 2 times from time to load the page on the client side and you get the third time which is time to output the page to the client and to render the page on the browser.

    If the time spent in the database on a single query is large then use a database profiler to see where DB is performing long table scans and set up indexes there. If the query returns a lot of data but you are using just a bit of it, try writing a more specific query. If your spend a lot of time in DB because of the number of queries try to reduce the number of queries by caching or reusing data on application server.
    If time spent of application server seems to be the problem you might need to rethink your algorithms and design choices.

    If a lot of time is spent in the third part – transferring and rendering it on a client, try optimizing javascript, using expiration headers on your static content, CDNs, etc…
    Download and install YSlow pluging and use it to test your page and follow its suggestions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Developing a heavily XML-based Java-application, I recently encountered an interesting problem on Ubuntu Linux.
Developing a desktop application based on Java + Swing I faced the problem of
Developing iphone application using makkit framework. I have got the map view integrated in
i am developing a SAAS and want to use MVC on windows Azure. To
I am developing a SAAS application using MVC 3 and Windows Azure. I am
We are developing a SaaS application in Asp.net, where we have used the Single
The company I work for is thinking of developing a LAMP SaaS Web application
We're developing a SaaS application, which, among other things, has to have email integration:
I am developing a custom CRM solution which will be sold via the Web/SaaS
I'm developing a (here comes another one) SaaS and can't seem to decide on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.