Client-Side Performace

Case Study:

Hi there, till now I've always worked on API performance (backend side) and now i changed for client-side performance. We are trying to use Dynatrace to help us out with this performance analysis, but I don't know what is supposed to look for at this level. Application is developed on React language, also a new language that I never worked with. Do you have any tips or ideas to suggest for me to start on?

Recommendation:

For quick checks, I tend to use Chrome dev tools - performance monitor https://developers.google.com/web/updates/2017/11/devtools-release-notes

React is just a JavaScript library for building UIs. I have used same as above for it but if I recall I did need to run it locally in dev mode, similar to explained here: https://blog.logrocket.com/debugging-performance-problems-in-react/

I haven't used Dynatrace though so haven't really addressed your question apologies but maybe the above might be useful.

-- Jane Hamilton

Reference:

Last updated