strangerstudios / paid-memberships-pro

WordPress membership plugin to restrict access to content and charge recurring subscriptions using Stripe, PayPal, and more. Fully open source. 100% GPL.
https://www.paidmembershipspro.com
Other
465 stars 358 forks source link

Tracking pageviews may be slow. #1155

Open ideadude opened 5 years ago

ideadude commented 5 years ago

On a site I was monitoring, the calls to select and update user meta for view tracking were running very slowly. We should test this to see if we can improve performance... or if not, make it easier to disable.

ideadude commented 5 years ago

Another option is to always update these values through AJAX to avoid any slow down from it.

dparker1005 commented 3 years ago

Tagged this as if we were to pursue the AJAX solution.