Click Below to Get the Code

Browse, clone, and build from real-world templates powered by Harper.
Blog
GitHub Logo

8 Ways to Improve Application Performance

Application performance is critical for delivering a fast and responsive user experience. Slow performance can lead to frustrated users and lost revenue for the organization. Here are 8 ways to reduce application latency.
Blog

8 Ways to Improve Application Performance

Margo McCabe
Senior Director of Partnerships and Sales
at Harper
May 11, 2023
Margo McCabe
Senior Director of Partnerships and Sales
at Harper
May 11, 2023
Margo McCabe
Senior Director of Partnerships and Sales
at Harper
May 11, 2023
May 11, 2023
Application performance is critical for delivering a fast and responsive user experience. Slow performance can lead to frustrated users and lost revenue for the organization. Here are 8 ways to reduce application latency.
Margo McCabe
Senior Director of Partnerships and Sales

Intro

Application performance is critical for delivering a fast and responsive user experience. Slow performance, or high latency, can lead to frustrated users and lost revenue for the organization.

From a high level, application latency refers to the delay between the user's request and the application's response. Latency can not only impact the overall user experience and decrease engagement, but it can be a costly and complicated problem as well. App performance also impacts overall efficiency. Slow applications can slow down business processes, leading to decreased productivity and increased costs. All of these factors can reduce a company’s ability to compete in the market. In today’s world, customers expect fast and responsive applications. Businesses that are unable to deliver on this expectation risk losing customers to competitors who offer a better user experience.

By implementing strategies and technologies that enable fast response times, organizations can streamline processes, improve productivity, and reduce spend.

What causes application latency or performance issues? 

Often we take advantage of just how much is happening behind the scenes to deliver lightning fast responses, but we do notice immediately when there is a lag of more than just a few milliseconds. So what's causing this latency? Slow app performance can be caused by a variety of factors, including:

  1. Network issues: Slow network connectivity or high latency can cause app latency. This is particularly true for mobile apps, which often rely on cellular data connections that can be slower and less reliable than Wi-Fi connections.
  2. Server issues: If an app relies on a server or cloud-based infrastructure, slow server response times or server downtime can cause app latency.
  3. Inefficient code: Inefficient code can lead to slow app performance. This can be caused by factors such as poor algorithms, excessive use of CPU or memory resources, or inefficient use of network resources.
  4. Too much data: If an app is processing or transmitting too much data, it can cause latency. This can be caused by factors such as large files, excessive requests, or inefficient data processing.
  5. Device issues: Older or less powerful devices may struggle to run some apps, leading to app latency.
  6. External factors: External factors such as interference or environmental factors can also contribute to app latency. For example, if an app relies on GPS data, poor GPS signal or interference can cause latency.

In his article on Geo Distributed Databases, Jacob Cohen talks about some of the latency-sensitive applications where high latency quickly leads to poor user experience. Examples include Gaming, IoT, Robotics, and Autonomous Vehicles. Other examples of companies that clearly need to prioritize fast performance to keep users happy are apps like Netflix, Google, Uber, and Instagram. 

Here are 8 ways to reduce application latency: 

As with any solution, the specific techniques and strategies that will work best will depend on the specific needs and requirements of your application or organization. Below are some of the most common ways to improve your app's performance and keep your users happy:

  1. Use a distributed database or caching system to store and retrieve data more efficiently.
  2. Optimize the network infrastructure to improve data transfer speeds and reduce bottlenecks.
  3. Use a content delivery network (CDN) to distribute static and dynamic content to users more quickly.
  4. Implement data compression techniques to reduce the amount of data that needs to be transferred.
  5. Use load balancing and other techniques to distribute workloads across multiple servers and reduce the amount of time that each request takes to complete.
  6. Optimize the application code to improve the efficiency and performance of the application.
  7. Use in-memory databases and other types of high-speed storage to improve data access times.
  8. Monitor and analyze application performance metrics to identify and address bottlenecks and other performance issues.

Here at Harper, we talk a lot about latency, as it's one of the major challenges that we solve for organizations across the globe. It’s easy to see that application performance is important for user experience, business efficiency, customer satisfaction, and competitiveness. It’s highly beneficial to take the time to address the root cause of the problem as soon as possible, because by prioritizing fast application performance, organizations can improve their bottom line and build a strong brand image.

Intro

Application performance is critical for delivering a fast and responsive user experience. Slow performance, or high latency, can lead to frustrated users and lost revenue for the organization.

From a high level, application latency refers to the delay between the user's request and the application's response. Latency can not only impact the overall user experience and decrease engagement, but it can be a costly and complicated problem as well. App performance also impacts overall efficiency. Slow applications can slow down business processes, leading to decreased productivity and increased costs. All of these factors can reduce a company’s ability to compete in the market. In today’s world, customers expect fast and responsive applications. Businesses that are unable to deliver on this expectation risk losing customers to competitors who offer a better user experience.

By implementing strategies and technologies that enable fast response times, organizations can streamline processes, improve productivity, and reduce spend.

What causes application latency or performance issues? 

Often we take advantage of just how much is happening behind the scenes to deliver lightning fast responses, but we do notice immediately when there is a lag of more than just a few milliseconds. So what's causing this latency? Slow app performance can be caused by a variety of factors, including:

  1. Network issues: Slow network connectivity or high latency can cause app latency. This is particularly true for mobile apps, which often rely on cellular data connections that can be slower and less reliable than Wi-Fi connections.
  2. Server issues: If an app relies on a server or cloud-based infrastructure, slow server response times or server downtime can cause app latency.
  3. Inefficient code: Inefficient code can lead to slow app performance. This can be caused by factors such as poor algorithms, excessive use of CPU or memory resources, or inefficient use of network resources.
  4. Too much data: If an app is processing or transmitting too much data, it can cause latency. This can be caused by factors such as large files, excessive requests, or inefficient data processing.
  5. Device issues: Older or less powerful devices may struggle to run some apps, leading to app latency.
  6. External factors: External factors such as interference or environmental factors can also contribute to app latency. For example, if an app relies on GPS data, poor GPS signal or interference can cause latency.

In his article on Geo Distributed Databases, Jacob Cohen talks about some of the latency-sensitive applications where high latency quickly leads to poor user experience. Examples include Gaming, IoT, Robotics, and Autonomous Vehicles. Other examples of companies that clearly need to prioritize fast performance to keep users happy are apps like Netflix, Google, Uber, and Instagram. 

Here are 8 ways to reduce application latency: 

As with any solution, the specific techniques and strategies that will work best will depend on the specific needs and requirements of your application or organization. Below are some of the most common ways to improve your app's performance and keep your users happy:

  1. Use a distributed database or caching system to store and retrieve data more efficiently.
  2. Optimize the network infrastructure to improve data transfer speeds and reduce bottlenecks.
  3. Use a content delivery network (CDN) to distribute static and dynamic content to users more quickly.
  4. Implement data compression techniques to reduce the amount of data that needs to be transferred.
  5. Use load balancing and other techniques to distribute workloads across multiple servers and reduce the amount of time that each request takes to complete.
  6. Optimize the application code to improve the efficiency and performance of the application.
  7. Use in-memory databases and other types of high-speed storage to improve data access times.
  8. Monitor and analyze application performance metrics to identify and address bottlenecks and other performance issues.

Here at Harper, we talk a lot about latency, as it's one of the major challenges that we solve for organizations across the globe. It’s easy to see that application performance is important for user experience, business efficiency, customer satisfaction, and competitiveness. It’s highly beneficial to take the time to address the root cause of the problem as soon as possible, because by prioritizing fast application performance, organizations can improve their bottom line and build a strong brand image.

Application performance is critical for delivering a fast and responsive user experience. Slow performance can lead to frustrated users and lost revenue for the organization. Here are 8 ways to reduce application latency.

Download

White arrow pointing right
Application performance is critical for delivering a fast and responsive user experience. Slow performance can lead to frustrated users and lost revenue for the organization. Here are 8 ways to reduce application latency.

Download

White arrow pointing right
Application performance is critical for delivering a fast and responsive user experience. Slow performance can lead to frustrated users and lost revenue for the organization. Here are 8 ways to reduce application latency.

Download

White arrow pointing right

Explore Recent Resources

Livestream
GitHub Logo

2 Hour Build - Live Stream for Non-Developers

A non-developer's live stream walkthrough of building Flow State, a Colorado river-flow app for rafters, in two hours using ChatGPT dictation, Claude Code, Claude Design, and Harper. Scaffold with npm create harper@latest and deploy to Harper Fabric. No coding background required.
Livestream
A non-developer's live stream walkthrough of building Flow State, a Colorado river-flow app for rafters, in two hours using ChatGPT dictation, Claude Code, Claude Design, and Harper. Scaffold with npm create harper@latest and deploy to Harper Fabric. No coding background required.
Person with short dark hair and moustache, wearing a colorful plaid shirt, smiling outdoors in a forested mountain landscape.
Aleks Haugom
Senior Manager of GTM
Livestream

2 Hour Build - Live Stream for Non-Developers

A non-developer's live stream walkthrough of building Flow State, a Colorado river-flow app for rafters, in two hours using ChatGPT dictation, Claude Code, Claude Design, and Harper. Scaffold with npm create harper@latest and deploy to Harper Fabric. No coding background required.
Aleks Haugom
May 2026
Livestream

2 Hour Build - Live Stream for Non-Developers

A non-developer's live stream walkthrough of building Flow State, a Colorado river-flow app for rafters, in two hours using ChatGPT dictation, Claude Code, Claude Design, and Harper. Scaffold with npm create harper@latest and deploy to Harper Fabric. No coding background required.
Aleks Haugom
Livestream

2 Hour Build - Live Stream for Non-Developers

A non-developer's live stream walkthrough of building Flow State, a Colorado river-flow app for rafters, in two hours using ChatGPT dictation, Claude Code, Claude Design, and Harper. Scaffold with npm create harper@latest and deploy to Harper Fabric. No coding background required.
Aleks Haugom
Tutorial
GitHub Logo

Production Quality at Vibe Code Velocity: Dispatched Agent Teams with Harper

Harper enables production-grade agentic engineering by collapsing database, cache, runtime, and messaging into one process, reducing agent complexity and review burden. A multi-model dispatch workflow lets specialized agents plan, code, QA, and review in parallel while humans retain control over critical decisions.
Tutorial
Harper enables production-grade agentic engineering by collapsing database, cache, runtime, and messaging into one process, reducing agent complexity and review burden. A multi-model dispatch workflow lets specialized agents plan, code, QA, and review in parallel while humans retain control over critical decisions.
Person with very short hair and a goatee wearing a plaid button‑up shirt over a white undershirt, smiling outdoors with leafy greenery behind.
Jeff Darnton
SVP, Professional Services & Customer Success
Tutorial

Production Quality at Vibe Code Velocity: Dispatched Agent Teams with Harper

Harper enables production-grade agentic engineering by collapsing database, cache, runtime, and messaging into one process, reducing agent complexity and review burden. A multi-model dispatch workflow lets specialized agents plan, code, QA, and review in parallel while humans retain control over critical decisions.
Jeff Darnton
May 2026
Tutorial

Production Quality at Vibe Code Velocity: Dispatched Agent Teams with Harper

Harper enables production-grade agentic engineering by collapsing database, cache, runtime, and messaging into one process, reducing agent complexity and review burden. A multi-model dispatch workflow lets specialized agents plan, code, QA, and review in parallel while humans retain control over critical decisions.
Jeff Darnton
Tutorial

Production Quality at Vibe Code Velocity: Dispatched Agent Teams with Harper

Harper enables production-grade agentic engineering by collapsing database, cache, runtime, and messaging into one process, reducing agent complexity and review burden. A multi-model dispatch workflow lets specialized agents plan, code, QA, and review in parallel while humans retain control over critical decisions.
Jeff Darnton
Tutorial
GitHub Logo

Change Data Capture Into a Runtime: One Pipeline for Pages, Search, and AI Agents

Learn how Harper turns CDC streams into real-time workflows that refresh cached pages, update search indexes, and keep AI agent context current. See why landing changes in an application runtime beats warehouses, queues, and traditional CDNs.
Tutorial
Learn how Harper turns CDC streams into real-time workflows that refresh cached pages, update search indexes, and keep AI agent context current. See why landing changes in an application runtime beats warehouses, queues, and traditional CDNs.
Person with very short hair and a goatee wearing a plaid button‑up shirt over a white undershirt, smiling outdoors with leafy greenery behind.
Jeff Darnton
SVP, Professional Services & Customer Success
Tutorial

Change Data Capture Into a Runtime: One Pipeline for Pages, Search, and AI Agents

Learn how Harper turns CDC streams into real-time workflows that refresh cached pages, update search indexes, and keep AI agent context current. See why landing changes in an application runtime beats warehouses, queues, and traditional CDNs.
Jeff Darnton
May 2026
Tutorial

Change Data Capture Into a Runtime: One Pipeline for Pages, Search, and AI Agents

Learn how Harper turns CDC streams into real-time workflows that refresh cached pages, update search indexes, and keep AI agent context current. See why landing changes in an application runtime beats warehouses, queues, and traditional CDNs.
Jeff Darnton
Tutorial

Change Data Capture Into a Runtime: One Pipeline for Pages, Search, and AI Agents

Learn how Harper turns CDC streams into real-time workflows that refresh cached pages, update search indexes, and keep AI agent context current. See why landing changes in an application runtime beats warehouses, queues, and traditional CDNs.
Jeff Darnton
Tutorial
GitHub Logo

Harper + Vertex AI: The Architecture Every Agent Builder Should Know

Production agents bleed tokens and latency on repeated queries. Pair a managed model layer with a vector-indexed data layer at the edge, and an 80% cache hit rate cuts LLM spend by 80% while delivering sub-100ms responses on semantically similar requests.
Tutorial
Production agents bleed tokens and latency on repeated queries. Pair a managed model layer with a vector-indexed data layer at the edge, and an 80% cache hit rate cuts LLM spend by 80% while delivering sub-100ms responses on semantically similar requests.
Person with styled reddish‑brown hair and a full beard wearing a gray suit with a light blue shirt and dark green tie, posing outdoors with a blurred pathway and greenery behind.
Drew Chambers
CMO
Tutorial

Harper + Vertex AI: The Architecture Every Agent Builder Should Know

Production agents bleed tokens and latency on repeated queries. Pair a managed model layer with a vector-indexed data layer at the edge, and an 80% cache hit rate cuts LLM spend by 80% while delivering sub-100ms responses on semantically similar requests.
Drew Chambers
May 2026
Tutorial

Harper + Vertex AI: The Architecture Every Agent Builder Should Know

Production agents bleed tokens and latency on repeated queries. Pair a managed model layer with a vector-indexed data layer at the edge, and an 80% cache hit rate cuts LLM spend by 80% while delivering sub-100ms responses on semantically similar requests.
Drew Chambers
Tutorial

Harper + Vertex AI: The Architecture Every Agent Builder Should Know

Production agents bleed tokens and latency on repeated queries. Pair a managed model layer with a vector-indexed data layer at the edge, and an 80% cache hit rate cuts LLM spend by 80% while delivering sub-100ms responses on semantically similar requests.
Drew Chambers
Blog
GitHub Logo

Why Harper is the Definitive Platform for Enterprise Citizen Developers

Harper bridges the gap between business agility and IT security. Utilizing a unified runtime, Harper Fabric guarantees data sovereignty across any environment, from public clouds to air-gapped facilities. Empower users with secure, compliant AI application development and robust governance.
Blog
Harper bridges the gap between business agility and IT security. Utilizing a unified runtime, Harper Fabric guarantees data sovereignty across any environment, from public clouds to air-gapped facilities. Empower users with secure, compliant AI application development and robust governance.
A smiling man with a beard and salt-and-pepper hair stands outdoors with arms crossed, wearing a white button-down shirt.
Stephen Goldberg
CEO & Co-Founder
Blog

Why Harper is the Definitive Platform for Enterprise Citizen Developers

Harper bridges the gap between business agility and IT security. Utilizing a unified runtime, Harper Fabric guarantees data sovereignty across any environment, from public clouds to air-gapped facilities. Empower users with secure, compliant AI application development and robust governance.
Stephen Goldberg
May 2026
Blog

Why Harper is the Definitive Platform for Enterprise Citizen Developers

Harper bridges the gap between business agility and IT security. Utilizing a unified runtime, Harper Fabric guarantees data sovereignty across any environment, from public clouds to air-gapped facilities. Empower users with secure, compliant AI application development and robust governance.
Stephen Goldberg
Blog

Why Harper is the Definitive Platform for Enterprise Citizen Developers

Harper bridges the gap between business agility and IT security. Utilizing a unified runtime, Harper Fabric guarantees data sovereignty across any environment, from public clouds to air-gapped facilities. Empower users with secure, compliant AI application development and robust governance.
Stephen Goldberg
Comparison
GitHub Logo

Harper vs. Vercel + Supabase

Harper offers a unified application platform alternative to Vercel + Supabase, combining database, cache, app logic, messaging, vectors, and real-time capabilities in one globally distributed runtime to reduce latency, operational complexity, and total cost of ownership.
Comparison
Harper offers a unified application platform alternative to Vercel + Supabase, combining database, cache, app logic, messaging, vectors, and real-time capabilities in one globally distributed runtime to reduce latency, operational complexity, and total cost of ownership.
Colorful geometric illustration of a dog's head resembling folded paper art in shades of teal and pink.
Harper
Comparison

Harper vs. Vercel + Supabase

Harper offers a unified application platform alternative to Vercel + Supabase, combining database, cache, app logic, messaging, vectors, and real-time capabilities in one globally distributed runtime to reduce latency, operational complexity, and total cost of ownership.
Harper
May 2026
Comparison

Harper vs. Vercel + Supabase

Harper offers a unified application platform alternative to Vercel + Supabase, combining database, cache, app logic, messaging, vectors, and real-time capabilities in one globally distributed runtime to reduce latency, operational complexity, and total cost of ownership.
Harper
Comparison

Harper vs. Vercel + Supabase

Harper offers a unified application platform alternative to Vercel + Supabase, combining database, cache, app logic, messaging, vectors, and real-time capabilities in one globally distributed runtime to reduce latency, operational complexity, and total cost of ownership.
Harper