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

It affects performance #17

Closed
minh98 opened this issue Oct 19, 2019 · 3 comments
Closed

It affects performance #17

minh98 opened this issue Oct 19, 2019 · 3 comments

Comments

@minh98
Copy link

minh98 commented Oct 19, 2019

When printing a long string, the frame is dropped

@minh98
Copy link
Author

minh98 commented Oct 19, 2019

i got 282 ms/ frame when show long string from https://jsonplaceholder.typicode.com/photos

@demsey2
Copy link

demsey2 commented Nov 2, 2019

the logger should only be enabled in dev, in production, you should run

if (isInDebugMode) {
    Logger.level = Level.verbose;
  } else {
    Logger.level = Level.nothing;
  }

@minh98
Copy link
Author

minh98 commented Nov 6, 2019

yes. thank you.

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

No branches or pull requests

2 participants