Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is Webworker integrated in JS-sumo-logger #106

Open
mjaydev opened this issue Apr 22, 2021 · 1 comment
Open

is Webworker integrated in JS-sumo-logger #106

mjaydev opened this issue Apr 22, 2021 · 1 comment
Labels

Comments

@mjaydev
Copy link

mjaydev commented Apr 22, 2021

Required some detail about how sumologger calls are not impacting performance of any web application when page is open in browser. Does it use async api calls or web workers?

@safaiyeh
Copy link
Contributor

There is a batching mechanism to send requests under certain conditions so it does not spam requests:

batchReadyToSend() {

There are no webworkers or async API calls. What kind of optimization/control do you expect?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants