Ticket #114 (new Bug)

Opened 8 months ago

Optimize getDateStart getDateEnd in *period

Reported by: matt Assigned to:
Priority: major Milestone: Future features
Component: Core Version:
Keywords: Cc:

Description

This is currently not optimized as it can be called multiple times and is computed over and over again. Maybe some sort of cache would be useful.

But we first need to profile to see what's happening exactly.