EventHopper / EHServerSide

Server-Side functionality including REST API, hosting scripts & client-server modules
0 stars 0 forks source link

Reducing Response Time #175

Open kylermintah opened 3 years ago

kylermintah commented 3 years ago

Reducing Response Time

Google recommends a server is calibrated for a response time lower than 200 milliseconds. A 100ms Time to First Byte (TTFB) is ideal, and everything over 500ms is an issue. It is important this time is consistent for all users.

Current request times range between 1000 and 4000 ms and need to be reduced. image (screenshot of events by city request 12/12/2020)

Tasks:

Please Comment with Links/Results/Reports/Attachments upon completion of tasks related to this issue

kylermintah commented 3 years ago

Task 1

Updated configuration settings to the following: image

Observed Performance Changes marginal improvement

image