Currently, when the qa plugin loads, it will rebuild the whole DB, including embeds. This can be costly and time consuming. Instead, it should do as much as possible to:
- Find what needs to be (re)downloaded
- Only generate embeds for new data, removing old data if necessary
Point 2 is the most important.
Currently, when the qa plugin loads, it will rebuild the whole DB, including embeds. This can be costly and time consuming. Instead, it should do as much as possible to:
Point 2 is the most important.