Page views are counted as much as twice

Page views are counted as much as twice, I assume this is due to the HTTP OPTIONS requests or the WebSocket connection?

You may also consider replacing application/json with application/x-www-form-urlencoded for Content-Type to avoid preflight requests for anon users (without the X-User-Session custom header) requesting the comments API endpoint to improve performance.

Edited by Func