Back
Crisp
Crisp
#crisp
One customer support platform to delight your teams and customers. Used by 1/2M people worldwide.
Launched June 15, 2015
Load previous page…
release open-source CLI utility to analyze logs from
#crisp HTTP caching middleware at 2M requests per second analyzed on a M4 Pro: github.com/valeriansaliou/blo…
write Rust CLI utility to ship as part of my OSS Bloom project (running caching for
#crisp API) to quickly analyze a massive amount of logs from the server and find patterns
investigate
#crisp api downtime for which we still didnt find the reason and it randomly happened again today on a sunday
lower
#crisp api system CPU load on 14 servers by 15% by adding a LRU cache on the common authorization check done on all routes, hitting MySQL everytime and now cache hitting most of the time
improve performance of
#crisp api by caching user authorization grants for 20s in a LRU cache, avoiding roundtrips to our MySQL server for every single API request
improve
#crisp chatbox quick replies that were deployed yesterday, allowing to restore custom quick replies anytime
migrate all
#crisp VMs running Node microservices from shared VCPU to dedicated CPUs so that micro-bursts from neighbors do not kill us at peak time
release new version of
#crisp REST API caching proxy, after almost 9 years to modernize code and help fix recurring
#crisp API downtime — github.com/valeriansaliou/blo…