I was debugging my templates and I noticed the following SQL query:
UPDATE `exp_members` SET `profile_views` = ‘10528470’ WHERE member_id = ‘128422’
If there a way to turn this off? I dont see a need to keep track of profile view counts. I am also confused as to why it is increasing the number of views each time a users comment is seen.
I couldnt find anything about this in the EE user guide, so it may be a function of Solspace’s user module, which is active on my site.
I appreciate your help!
DM