6

I just love optimizing stuff and here is my story I think somehow is very cool as you can see the progress just looking at two values.

//NOTE: This api relies on another api which is slow af. The requests are done here directly but later will be carried out async and in the background by using some ticket system.

1) First PoC
2) Used caching of requests and improved method to filter out unnecessary stuff
3) Optimized response formatting

NOTE to myself: Things are going too good...

Comments
Add Comment