You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed some strange response times on my server: on Chromium browser, the Isso requests took 20 seconds to respond. My website is served with HTTPS by Nginx, and Isso is served by Gunicorn in Python3.4.1. Strangely, firefox doesn’t suffer that lag, but a curl call shows the problem:
$ time curl -XOPTIONS https://comments.gordon.re/count
200 Okcurl -XOPTIONS https://comments.gordon.re/count 0,01s user 0,00s system 0% cpu 20,285 total
After some investigation @posativ came with a patch that seems to work on my issue.