-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Right now, each call to SiteManager.getSite() issues a JCR query.
Such a call is done hundreds time per single request.
Another way of optimize it is to store the Site object in the request, instead of only the site name ?
OK for hasSite().
getSites() is never called several time in a same request.