Bug 44344 - AggregatingSource not cached
Summary: AggregatingSource not cached
Status: NEW
Alias: None
Product: Lenya
Classification: Unclassified
Component: Miscellaneous (show other bugs)
Version: Trunk
Hardware: Other other
: P2 normal
Target Milestone: 2.0.1
Assignee: Lenya Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-01 15:14 UTC by Andreas Hartmann
Modified: 2008-02-01 15:14 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Hartmann 2008-02-01 15:14:52 UTC
The AggregatingSource (used for the i18n catalogue IIRC) doesn't seem to be
cached. Here's a profiling backtrace:

org.apache.lenya.cms.cocoon.source.AggregatingSource.getDom()
org.apache.lenya.cms.cocoon.source.AggregatingSource.getData()
org.apache.lenya.cms.cocoon.source.AggregatingSource.getInputStream()
org.apache.cocoon.components.source.SourceUtil.getInputSource(Source)
org.apache.cocoon.components.source.SourceUtil.parse(ServiceManager, Source,
ContentHandler)
org.apache.cocoon.generation.FileGenerator.generate()
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processXMLPipeline(Environment)

Maybe there's a problem with the validity?