• Resolved WayneM1

    (@waynem1)


    I looked for an option to turn off counting image views, or statistics in general. Didn’t find anything.

    I have a slideshow on my home page that gets viewed by every visitor. I see in my server logs that each slide displayed is triggering an Ajax action to “bumpviewcount” for each of those images.

    I have been trying to find ways to decrease my server load. I don’t know if it’s significant, but this action happens numerous times per visitor IP per minute for each visitor to the home page.

    I don’t use or display image counts, so not having them would be fine with me. I suppose that some functions like “top ten”, etc might need these numbers…

    So, is there an easy way to turn off counting?
    If not, could there be?

    Thanks as always.

    http://wordpress.org/plugins/wp-photo-album-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I will make it switch-offable in the next version.

    If you want to get rid of it right away:

    1: delete wppa.min.js
    2: Edit wppa.js, line 1538 reads:

    function _bumpViewCount(photo) {

    change to:

    function _bumpViewCount(photo) { return;

    Thread Starter WayneM1

    (@waynem1)

    Wow! -Thanks! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Option to turn off "bumpviewcount"’ is closed to new replies.