Dictionaries are extremely slow to load in the web app. Each entry displays one at a time, and it takes about a second for each one to display. It looks like each article in a resource is fetched with a single web request, which doesn't work well for resources with small article sizes. I hope this can be optimized. It didn't used to be this slow (I don't think).
Other resources like Bibles and commentaries seem speedy by comparison.