Too performance intensive / #365

First implementation was too slow for normal task-lists (which should be rendered as fast as possible). The recursive collection of booked efforts is extremely expensive.

There are two solutions for this:
  1. create a new view projStructure which only shows folders (this would be easy)
  2. implement some sort of caching for efforts and number of subtasks (which would be very complicated)