On 30/06/2010 11:15, Jukka Zitting wrote:
Hi,

On Wed, Jun 30, 2010 at 11:30 AM, Arjohn Kampman
<[email protected]>  wrote:
I just ran some tests with the new 1.2.0 release and noticed a huge
performance decrease. The time to process a set of 1081 PDF files went
up from 32 seconds to more than 10 minutes. Was this expected? Anything
we can do to improve this?

Hmm, that's pretty bad. It's probably an unexpected side-effect of
some of the improvements we've made. Can you profile the batch job to
see where the bottleneck is?

The main culprit seems to be o.a.p.util.ResourceLoader.loadResource().
This method is called ~1000 times with 1.1.0, but a couple of million
times with 1.2.0.

Does this help?

--
Arjohn

Reply via email to