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.
|