Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter Koji

    (@koji89)

    Hello, perhaps the entry from the PHP FPM slow log will help: (I have anonymized the full server path)

    [12-Feb-2026 11:33:29] [pool ...] pid 1201918 script_filename = .../index.php [0x0000792097413dc0] curl_exec() .../wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Rest.php:50 
    [0x0000792097413cb0] curl() .../wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Rest.php:24
    [0x0000792097413b80] request() .../wp-content/plugins/wp-piwik/classes/WP_Piwik/Request.php:63
    [0x0000792097413ae0] perform().../wp-content/plugins/wp-piwik/classes/WP_Piwik.php:1042
    [0x0000792097413a40] request() .../wp-content/plugins/wp-piwik/classes/WP_Piwik.php:1209
    [0x0000792097413970] updateTrackingCode() .../wp-content/plugins/wp-piwik/classes/WP_Piwik/TrackingCode.php:16
    [0x00007920974138f0] __construct() .../wp-content/plugins/wp-piwik/classes/WP_Piwik.php:300
    [0x0000792097413840] addJavascriptCode() .../wp-includes/class-wp-hook.php:341
    [0x0000792097413760] apply_filters() .../wp-includes/class-wp-hook.php:365
    [0x00007920974136f0] do_action() .../wp-includes/plugin.php:522 [0x0000792097413610] do_action() .../wp-includes/general-template.php:3197
    [0x00007920974135c0] wp_head() .../wp-content/themes/worldstar-child/header.php:67

    Are there too many connections/attempts?

    • This reply was modified 3 months ago by Koji.
    Thread Starter Koji

    (@koji89)

    Hi Thank you for your Feedback.

    yes, when i deactivate it the issue is gone, but we have that issue with another plugin too, maybe its something with the database connection. Our hosted Matomo is now Matomo-Version: 5.7.1 and WordPress is now 6.9.1.

    maybe the slow down is because of the lost connection from wordpress and the repeating connection attempts:

    Thread Starter Koji

    (@koji89)

    Hello @vmarko ,

    i have send the bug report.

    yes, but its really strange, if i purged the cache on my device for some browser its okay. But on other devices the site is still broken 🙁

    Thread Starter Koji

    (@koji89)

    “Don’t cache” is selected there. The other available Option is only to disable WordPress REST API. But it makes no difference to switch it.

    • This reply was modified 1 year, 8 months ago by Koji.
    Thread Starter Koji

    (@koji89)

    Hello @vmarko ,

    we testet “Disk: Basic” Mode in a dev environment, but the now the error occurs here too 🙁

    Thread Starter Koji

    (@koji89)

    Hello @vmarko ,

    sorry, we are on a shared hosting, so its not possible to use Redis or Memcached. The Options and PHP Modules are not available. I can only switch to Disk Basic Mode.

    thanks you

    Thread Starter Koji

    (@koji89)

    The Code in the functions.php: (But i have deleted the urls and server path)

    function worldstar_meta_comments() {
    global $post;
    if($post->post_type == 'post') {
    if(!empty(get_post_custom_values('ThreadID'))) {

    require_once "some/static/path/wcf/global.php";
    $threadid = get_post_custom_values('ThreadID')[0];
    $thread = new \wbb\data\thread\Thread($threadid);
    $comment = $thread->replies;
    $commentCount = strval($comment);
    $lastpost = $thread->lastPostID;

    if ($commentCount == 0) {
    return '<a href=".../index.php?thread/'. $threadid . '&postID=' . $lastpost . '#post' . $lastpost . '" target="_blank"><span class="meta-comments">' . $commentCount . '</span></a>';
    } else {
    return '<a href=".../index.php?thread/'. $threadid . '&postID=' . $lastpost . '#post' . $lastpost . '" target="_blank"><span class="meta-comments site-commentcount">' . $commentCount . '</span></a>';
    }
    }
    }
    }

    (And i have also a comments.php, which includes the api form the forum, but i think its the same problem.)

    Sadly, because of the error, i deactivated the api-functions in the live environment. We have a testing environment. But this is not a public site, is there a way I can send this to you personally?

    Thank you very much!

    Koji

    (@koji89)

    We have the same issue. We have to deactivate the plugin, beacuse we are on php 5.6. Our hoster ist planning an update soon. 🙁

    But in my opinion CSPRING is natively supportet only at php 7.x.x, you maybe should update the specifications for wordfence.

    Thread Starter Koji

    (@koji89)

    no sorry, i include jquery twice. Now it works. It don`t had any connection to a user. The issue was only when some of my php was executed (which includes jquery)

    Thread Starter Koji

    (@koji89)

    double javascript jquery include, when some php code was executed… nerver mind

    • This reply was modified 7 years, 11 months ago by Koji.
    • This reply was modified 7 years, 11 months ago by Koji.
    Thread Starter Koji

    (@koji89)

    I can see that in some post the event listener is missing. (fancybox.mini.js and jquery)
    How could that be? The “data-rel=”lightbox-gallery-2” ist set.

    • This reply was modified 7 years, 11 months ago by Koji.
Viewing 11 replies - 1 through 11 (of 11 total)