NashTech Insights

performance

Posts by categories

Posts by tags

angular

Boosting Angular Application Load Times

In today’s fast-paced digital world, users expect web applications to load quickly and respond instantly. A snappy user experience is crucial for retaining and engaging users. Angular, a popular JavaScript framework, offers a robust platform for building web applications, but without proper optimization, load times can become a stumbling block. In this blog post, we’ll …

Boosting Angular Application Load Times Read More »

TypeScript’s Impact on Bundle Size and Performance: Optimizing Web Development

Introduction: TypeScript has emerged as a popular programming language, especially in the web development community. It is a strict syntactical superset of JavaScript, providing optional static typing and powerful features to enhance code quality and maintainability. In this blog, we’ll explore TypeScript’s impact on bundle size and performance in web applications, highlighting its advantages and …

TypeScript’s Impact on Bundle Size and Performance: Optimizing Web Development Read More »

Mobile app with offline storage feature High Level Architecture

A random crash on mobile app due to large database operations

How large database operations made a mobile app crash randomly? How did we investigate this issue? What was our solution? What was the results and lessons learned? Following is our journey to solve this hard-to-reproduce issue and lessons we learned along the way. The context One day, our client reported a critical issue of randomly …

A random crash on mobile app due to large database operations Read More »

Performance Features of Image Optimization in Angular ( Part-2)

In the Part-1 of the Image optimization blog, we have seen about the image optimization in angular through the NgOptimizedImage directive, if you haven’t checked that, you can refer to it here. In this blog, we will learn about the performance features and how we can configure an image loader for NgOptimizedImage directives. So let’s start. …

Performance Features of Image Optimization in Angular ( Part-2) Read More »