Posts

Showing posts from June, 2017

Are Webpages taking more time to load ? Here are the 5 Possible Fixes.

Image
                      Better user experience demands faster web app, there are variety of reasons what would make your web app slower. Webapps are mainly split into Client side and Server side components, where data must be transmited from server to client. It is required to understand the bottlenecks in this process to improve the overall performance of app.  Webapps can be developed with diversified technology stack, so one should wisely chose these technology stack that well suits their business prior implementing them.   In this blog we will be highlighting few generic reasons that make any web app slower and discussing its fixes. 1. Optimize Network Latency  Network Latency is the amount of time host server takes to receive and process the page object request from its client (user). This time depends on how far the user is from the host server. we can optimize this network latency by,  ...

Top 8 Metrics to measure User Engagement on a Web/Mobile App

Image
       User Engagement is one of the important KPI in evaluating a web/mobile app. It includes all interactive scenarios, that user could perform on any given Web/Mobile application. This could be different for different applications, For example In a twitter app, posting a tweet is a user engagement. Likewise In Instagram, posting a photo, etc.      User Engagement metrics are super critical to understand how web/mobile app perform for different targeted users in a given interval of time. It helps us to understand primary areas in application that matters most to these users, which further helps to continuosly iterate and improve the workflow within the app. Any successful web/mobile app would have user engagement metrics inbuilt to it. In this blog we will discuss mainly about different user engagement metrics and its terminologies. User Engagement Metrics NEW REGISTRATION Rate of new users registering to use our app is very important ...