Porphyry
Porphyry copied to clipboard
Items could be displayed "lazily"
When the portfolio contains thousands of items, the display of items takes time. One solution could be "lazy loading" (or to be more precise "lazy display").
Pull request #130 tried that already, but to be integrated it should be cleaned up and precisely tested (with metrics about the optimization benefits).