• Resolved Jonathan

    (@luxman007)


    I have a plugin that is calling “/real-queue/v1/status” every 15 seconds, as witnessed within the Network panel of console developer tools.

    However, when viewing the REST API log it appears to be triggering the GET method basically every 108ms? This is crazy to see as the log has hundreds of these specific calls within 24 hours.

    Could this specific GET call for “/real-queue/v1/status” be triggering per live tab as well? Not just the active one? Meaning, if the website is open on 5 tabs then it’s being triggered 5x as much?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pete Nelson

    (@gungeekatx)

    It’s possible, but you would need to contact the author of that plugin to determine how often it is calling the REST API.

    Thread Starter Jonathan

    (@luxman007)

    They said every 15 seconds.

    But the REST API Log Entries are showing it more like every 108ms…

    However, when viewing the site under the Network tab it shows every 15 seconds.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Are these logs truly accurate?’ is closed to new replies.