• Resolved richfoster

    (@richfoster)


    I notice that my site performance is poor and the site takes a long time to initially load. Then once loaded, it seems to be cached (it doesn’t get many visits). I noticed that I am getting this error:

    [Sat Jun 22 00:29:17.488682 2024] [php:warn] [pid 203295] [client 172.69.194.18:34586] PHP Warning: Undefined array key 8 in /srv/www/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 2738
    [Sat Jun 22 00:29:17.488775 2024] [php:warn] [pid 203295] [client 172.69.194.18:34586] PHP Warning: Undefined array key 8 in /srv/www/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 2739

    I checked the PHP file and can see it’s related to the pre-loader:

    2738 if ( $this->is_external_link($urls[$i]) === false )
    2739 $preloader->push_to_queue( array( 'url' => $urls[$i] ) );

    Any ideas? Thanks

Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    huh! didn’t make sense. Cause it’s checking the url is not external before adding it to the queue. Can you disable the queue option inside plugin settings under cache tab to see if that’s resolves your issue?

Viewing 1 replies (of 1 total)

The topic ‘Undefined array key – for Pre Loader’ is closed to new replies.