hugopeek / romanesco-patterns

0 stars 0 forks source link

Replace getResources / getPage calls inside Overviews with pdoTools #60

Closed hugopeek closed 4 years ago

hugopeek commented 8 years ago

This should provide better uncached performance.

The only thing standing in the way at this point, is the fact that pdoResources doesn't have the includeTVs=1 setting. You have to manually declare which TV's you want to use, but in the case of the overviews, you don't always know which ones that are.

The only way to overcome this obstacle is to write a snippet that detects the TV's that are connected to the resource and outputs their names in a comma separated list.