StatEngine / stat-engine

A Real-Time Open Source Data Analytics and Visualization Platform for Public Safety
https://statengine.io
GNU General Public License v3.0
8 stars 5 forks source link

First page load query is horrible #498

Open chopchop505 opened 4 years ago

chopchop505 commented 4 years ago

Overview

We run an ES query when loading https://statengine.io/home. I suspect this is a major contributor to slowness.

Please provide recommendation for improving Can we lazily issue this query?
Should we cache it? Should we simply rework the home page to not issue the query?

Expected Behavior

Environment

-

Steps to Reproduce

-

Screenshots