Skip to content
Snippets Groups Projects
Commit fa339b9f authored by Ingo Schommer's avatar Ingo Schommer
Browse files

Improved DatedUpdatePageHolder performance

Was looping through all children as ORM objects
just to get month/year information out. This caused
memory usage to go beyond the CWP default of 128MB
on ~3k news items. Its much more efficient to build a custom
query for this purpose.

Covered by EventHolderTest already.
parent dc85ebc9
Branches pulls/news-holder-performance
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment