[00:03:55] i feel like this could be done server side [00:04:27] if you can do something server side, you should (at least as a fallback) - lots of people with JS disabled [00:04:50] That would fragment the parser cache. [00:05:22] how so? [00:05:45] (pardon me, i'm stupid :P) [00:06:49] [1/2] Because the content generated by the parser cache would be different depending on whether the user is logged in or not. [00:06:49] [2/2] Which is unnecessary because if you have JS disabled you cant use the tracking table anyway it requires JS to send the API response to track the column. [00:11:02] well, just spitballing here, couldn't you POST to the API via a form [00:11:37] irregardless, you probably wanna have some sorta `