Thanks for a good question that has a large number of answers, all starting with “It depends…”
There’s a recent topic with some guidance on performance in the admin screens:
“Assistant” page is taking too long to start loading
It’s conceivable that disabling where-used reporting can help you, but not that likely.
On the front end, [mla_gallery]
shortcodes can vary quite a bit depending on the site’s database size and complexity. The most common problem comes with taxonomy parameters, e.g., attachment_tag
. MLA lets WordPress compose the database queries (using WP_Query
), and some of the taxonomy-related queries can be slow. Here’s an example:
REALLY Slow Queries…….. Help! ??
You can find the solution to that topic in the /media-library-assistant/examples/alexa-paige-plugin.php.txt
example plugin. I have used a similar approach on a site with over 400,000 images and 50,000 tags.
I am happy to give you more specific help if I can get more information about your application. I am traveling until 9/25, so there may be some delays in responding. Thanks for your understanding and your patience.