mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-26 23:15:48 +03:00
[GH-ISSUE #44] activate performance checker only on prod build #107
Labels
No labels
bug
bug
enhancement
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/devtools-detector#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mirobo on GitHub (Aug 9, 2022).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/44
Originally assigned to: @AEPKILL on GitHub.
hey there
is it possible to NOT log "largeObject" to the console when the performance checker is just imported? When I import "performanceChecker" the code gets executed immediately and slows down execution of various tests...
thanks!
miro
@AEPKILL commented on GitHub (Aug 15, 2022):
It's lazy initialization now
@mirobo commented on GitHub (Aug 15, 2022):
thank you so much, I'll try it out :-D