Maciej Różański

Results 3 comments of Maciej Różański

@vsambor did you manage to solve your problem?

AD1. no customisation here, just: ``` if err := fasthttp.ListenAndServe(":"+port, requestHandler); err != nil { } ``` AD2. Sadly profiling / debugging disabled on prod, but I can try to...

I have attached profiler to the app and results are strange. Those peaks look like GPC bug, but app in general is slow. App is just getting GET request and...