CoinSearchr / CoinSearchr-site

CoinSearchr Flask site to serve the CoinSearchr search tool at https://coinsearchr.com/
GNU General Public License v3.0
0 stars 1 forks source link

Fix high-latency issue #18

Closed CoinSearchr closed 2 years ago

CoinSearchr commented 2 years ago

curl searches from the host itself take 1.5 seconds. Decrease that significantly with optimizations.

CoinSearchr commented 2 years ago

>3.0s to run database query

CoinSearchr commented 2 years ago

Greatly reduced from >1000ms to <400ms by adding amble swap space. Satisfied for now, but will revisit when we upgrade the text matching/searching algo