-
Notifications
You must be signed in to change notification settings - Fork 147
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
feat: improve logging of reactive variable changes #517
base: master
Are you sure you want to change the base?
feat: improve logging of reactive variable changes #517
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @iisakkirotko and the rest of your teammates on |
d632c1b
to
348bf7a
Compare
So testing the performance, the cost is only at start-up of the server, but with this change it takes about 4s longer to start the server than without. I'll take a look at what part of the change requires so much time next week. P.S. It seems like reactive variables get initialized twice? |
348bf7a
to
8277e1c
Compare
This PR led to a discussion about logging, for that I opened an issue #527 |
Btw, I expected this PR to build on top of #515 ? Maybe a squash issue? TODO:
|
To me these changes feel unrelated (even though they both use |
The performance of various ways to get caller names was tested here, from which it's pretty fair to say that we chose the slowest way to do this initially. I'll take a look at using a rewriting this PR using one of the better performing methods. |
3977e7d
to
62f17b1
Compare
0a3d202
to
bcea747
Compare
bcea747
to
8395690
Compare
Your Render PR Server URL is https://solara-stable-pr-517.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-co18g18l6cac73ftelk0. |
c2951b9
to
8816e36
Compare
240a079
to
b098da1
Compare
86646f5
to
df2fd66
Compare
cded5b2
to
32af76f
Compare
The way that the
log_level
-settings is set is kind of hacky right now, but we need to discuss implementing a real solution in a different way