You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For prod data, a large majority of incidents' and incident reports' report entries are system-generated (e.g. "Abraham added incident type Junk"). We should consider filtering out those entries from our calls to incidents and incident reports, to make everything faster and reduce the amount of data needed to be stored in the web clients.
The text was updated successfully, but these errors were encountered:
This does not change the default behavior of the APIs, as this adds a
new query param that must be set to "true" to get the new behavior.
This change should make the incidents page load noticeably faster,
since we'll put less pressure on the server, and the data retrieval
will drop from around 4 MB to 2 MB. Additionally, the search should
be faster, because we'll be searching over much less unnecessary text.
#1375
…rts (#1396)
This does not change the default behavior of the APIs, as this adds a
new query param that must be set to "true" to get the new behavior.
This change should make the incidents page load noticeably faster,
since we'll put less pressure on the server, and the data retrieval
will drop from around 4 MB to 2 MB. Additionally, the search should
be faster, because we'll be searching over much less unnecessary text.
#1375
This brought the staging 2023 incidents table API call down from 4 seconds to about 2 seconds, which is pretty sweet. Between this change and #1324, I've taken that down from 10 seconds to 2 seconds.
For prod data, a large majority of incidents' and incident reports' report entries are system-generated (e.g. "Abraham added incident type Junk"). We should consider filtering out those entries from our calls to incidents and incident reports, to make everything faster and reduce the amount of data needed to be stored in the web clients.
The text was updated successfully, but these errors were encountered: