Open MrPunyapal opened 1 month ago
Basically, if we have impressions, clicks, and hover events for the same element. It will use incrementEach instead of increment to increment the count.
incrementEach
increment
As a result, the thing that happened with 6 queries will happen in 2 queries.
@nunomaduro, I rebased and made it compatible with new features.
Basically, if we have impressions, clicks, and hover events for the same element. It will use
incrementEach
instead ofincrement
to increment the count.As a result, the thing that happened with 6 queries will happen in 2 queries.