If the autocomplete doesn't work until the site is fully loaded you can add the following snipped to the top of the HTML <head> tag and it will make Autocomplete load 5x faster:
<script>var fs_avoid_inject_on_interaction = true; </script>
Remind to copy this exact snippet into the top of the HTML <head> tag, otherwise this won't have effect.