Skip to content

Optimise homepage loading

Chris Burr requested to merge optimise-homepage into master

The slow loading of the home page causes LbAPLocal to fail randomly with timeouts. This PR avoids the issue by significantly optimising the SQL to avoid dumping what is effectively the entire database.

Also includes a minor bytes/str confusion in the dynamic_reproduce_locally route that was spotted by @aiwieder.

Merge request reports