Because calls to the dB often require the server to be woken up. The server takes a second to “come alive” then does the search and then sends it back.

Using Firebase or another real-time database or just using a backend that doesn’t need to “be woken up” with client side (not server side) api calls would make your data retrieval faster for sure. It takes more work though to configure a plugin the way you need it.

1 Like