Added more timing logs to debug perf / freeze on load
Also moved the consent fetching at the end of the sync process, and using await since it was the only thing that was running in parallel of other stuff during the sync process which might have caused the freeze that seems to come from importing topic data
Added more timing logs to debug perf / freeze on load Also moved the consent fetching at the end of the sync process, and using
await
since it was the only thing that was running in parallel of other stuff during the sync process which might have caused the freeze that seems to come from importing topic data