[#12548] exclude target from loadprops=0 in Navigator
History
Comments
Date: 2022-05-27 06:14
Posted By: tom (tomphantoo)
ATM retrieving any 'extended' property of a content page results in loading all
such properties.
Rather than getting all content properties (for all pages) from database via
cache, and using those to generate navigation data, it might turn out to be more
effective to directly cache all navigation data.
In which case, abandon the loadprops (extended-properties) parameter used by
Navigator-module methods.
Some experimentation/profiling to do ...