Message from JavaScript discussions

May 2017

— Ok, it was the uniques list doing it

— 

The operations to check and maintain it are too costly to be realistic... but the main set's storage scheme works GREAT without it.... so I think I will remove the uniques as they slow it down too much

— Hmm

— Got it down to 105ms

— POST

— With uniques it's like 20 seconds

— Need to run tests

— Ok, I will just comment out the block in add which makes it slow, so you can compare

— I think it's the includes required to find out if something was already incremented into uniques, so you don't over-increment

Message permanent page

— It is essentially running has

— Hmm

— Ok, so I only turned off the uniques maintainence in add so far