Quote:
Originally Posted by jgoguen
I can't say with certainty but I suspect no. I believe the speed opening shelves is related to the size of the result set returned from querying the database; there's a database table holding all the shelf details and a second table linking to that one which holds references to the content of each shelf, which itself requires linking into the content table to get the full display for the shelf listing.
|
I was wandering if we could speed up the shelves list by adding some indexes to the DB... I gave a quick look at the libraries but the queries seems to be built on the fly so we should use some tool to trace them and look for possible improvements.