plausible / analytics

Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
https://plausible.io
GNU Affero General Public License v3.0
19.89k stars 1.06k forks source link

Fix pagination is Sites CRM #4242

Closed zoldar closed 3 months ago

zoldar commented 3 months ago

Changes

This PR addresses a problem of broken pagination in Sites CRM due to inner join of 1:n relationship of site memberships. Changing the join into a full preload should help avoid issues when applying limit/offset based approach which does not play out well in such cases.

Tests