2

We Developed a Application, where we can track the Analytics of the Users. Like Installs, Uninstalls, Sessions, Events, Sending Notifications, Large scale of Information where we can Track down the Usage of the Different vendor apps.

But recently we are facing an issue with our SDK, Where we are slowing down the apps performance. Getting Negative feedback with the Clients.

So need a Open Source tool for testing the SDK issue. Where we are lagging.

Need your help. So share your ideas? How I can approach?

asked Nov 22, 2016 at 5:01

1 Answer 1

1

Profiler tools are your friends, if the performance degradation was introduced by a recent commit you should be able to track it down, they might not be open source but normally they are a part of developer toolchain and they are free.

If you are using backend server to collect and store information and visualise it - it might be the case when there is nothing wrong with your SDK, it is the backend server causing delays as it is overloaded. In that case check its health and schedule performance testing for it as well. Check out Open Source Load Testing Tools: Which One Should You Use? article for the most outstanding open source load testing tools.

answered Nov 23, 2016 at 6:20
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.