Re: [nhibernate-development] Re: What can be done about Jira's bad performance?

2012-01-12 Thread Stephen Bohlen
I think that the difference (as mentioned in the "starred" blurb at the top of this page http://www.hibernate.org/issuetracker) is that Hibernate's JIRA is using a *license* for JIRA provided to them by Atlassian but that they are hosting their JIRA on Contegix's infrastructure. By contrast, I thi

Re: [nhibernate-development] Re: What can be done about Jira's bad performance?

2012-01-12 Thread Oskar Berggren
Yeah, I guess what I'm aiming at here is to determine if this is the level of performance that Atlassian provides for the free hosting, or if there is actually something wrong that should and could be fixed. For comparison, Hibernate's Jira, which according to the page footer is also a free open-s

Re: [nhibernate-development] Re: What can be done about Jira's bad performance?

2012-01-12 Thread Stephen Bohlen
I'd probably be loathe to measure JIRA perf based on the time to load the activity stream in the project dashboard page; AFAICT that must be either a tremendously complex query or else a very poorly-written one :) IIRC the activity stream has always performed pretty miserably on just about all JIR

[nhibernate-development] Re: What can be done about Jira's bad performance?

2012-01-12 Thread cremor
Most page loads (including dashboard and single issues) take 5-10 seconds for me too. Activity stream on the dashboard also takes 25-30 seconds for me. But there is a huge spike in loading times rarely. Just a few minutes ago loading the dashboard took 70 seconds! Interestingly, loading my most-us

Re: [nhibernate-development] Re: What can be done about Jira's bad performance?

2012-01-12 Thread Oskar Berggren
This is the first time I've measured, but have always considered it to be "slow". /Oskar 2012/1/12 Oskar Berggren : > Almost all pages take 5-10 seconds to load. After the dashboad is > loaded, it takes an additional ~25 seconds to load the activity > stream. This gets frustrating rather quickly

Re: [nhibernate-development] Re: What can be done about Jira's bad performance?

2012-01-12 Thread Oskar Berggren
Almost all pages take 5-10 seconds to load. After the dashboad is loaded, it takes an additional ~25 seconds to load the activity stream. This gets frustrating rather quickly of course. /Oskar 2012/1/12 cremor : > I'm having some performance issues with JIRA too. But it's not too > bad, I can st

[nhibernate-development] How to fix Session and StatefulPersistenceContext deserialization

2012-01-12 Thread cremor
Today I decided to fix https://nhibernate.jira.com/browse/NH-2880 (or at least try to). This is what I found: Deserialized proxies don't have a session attached because the code in StatefulPersistenceContext.OnDeserialization() doesn't work as expected. StatefulPersistenceContext uses many Diction

[nhibernate-development] Re: What can be done about Jira's bad performance?

2012-01-12 Thread cremor
I'm having some performance issues with JIRA too. But it's not too bad, I can still use it without too many problems. I'm located in Austria if that really matters. On Jan 12, 3:11 pm, Roger Kratz wrote: > << Are others experiencing similar perf issues with it >> > > Yes. I have the same experien

RE: [nhibernate-development] What can be done about Jira's bad performance?

2012-01-12 Thread Roger Kratz
<< Are others experiencing similar perf issues with it >> Yes. I have the same experience as Oskar. Maybe it's a latency issue here? Me and Oskar are physically located in the same area (Sweden/Northern Europe). However - if you people on the other side of the Atlantic don't encounter any perf

Re: [nhibernate-development] What can be done about Jira's bad performance?

2012-01-12 Thread Stephen Bohlen
I've not experienced those same perf issues, so I wonder if its (perhaps) got something to do with other factors specific to your situation/internet connection. Has it always been this bad for you or this is a recent change? In any case, the JIRA is hosted with Atlassian directly so their service

[nhibernate-development] What can be done about Jira's bad performance?

2012-01-12 Thread Oskar Berggren
Hi, In my experience the NHibernate Jira has extremely bad performance - it's dreadful to work with. Loading activity stream takes a long time. Loading an issue takes a long time. Switching tabs in the issue view takes forever. Search is slow. More or less every single operation is slow. Are othe