Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
I seem to notice the all pages tab loading much faster. Was something changed?
Nothing has changed recently :-). As you probably remember, I re-implemented it some time in 2018, but it was many months ago. Probably the reason is that MySQL caches queries for a while, so if someone else had been to that page recently, the SELECT query which underlies the ’All pages’ page will probably have been cached and retrieved from that cache rather than having been carried out anew.
It would be quite easy to render ’All pages’ asynchronously when a new page is created, and otherwise load it statically, like we now do with ordinary pages. This would make it consistently fast. I will do that when I get a chance.
1 to 2 of 2