You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you configure nginx to log API response times then you can look over such logs and see if your API responds within 200ms. In the future if some code ends up affecting performance negatively and causes a slowdown, you'll be able to catch it easily because you added this feature early on.
NewRelic is a more sophisticated option, easier to integrate but might kill the charm of learning.
The text was updated successfully, but these errors were encountered:
If you configure
nginx
to log API response times then you can look over such logs and see if your API responds within 200ms. In the future if some code ends up affecting performance negatively and causes a slowdown, you'll be able to catch it easily because you added this feature early on.NewRelic
is a more sophisticated option, easier to integrate but might kill the charm of learning.The text was updated successfully, but these errors were encountered: