improve performance of public page
Streamline the view that generates the public page by reducing how many times it hits the db.
-
remove unnecessary queries -
precache queries -
take queries out of the main object loop -
take auth check for display far out of loop
Edited by Alexander Pace