Preload caching all sorts of URLs?
-
I’ve had a problem for about a year now with the preload feature getting stuck at around 60-70 pages. Today I decided to give it a go once again and I noticed something strange in the debug file, I think.
There are a lot of messages like these:
20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $wp_cache_mod_rewrite = 1; 20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $wp_cache_clear_on_post_edit = 0; 20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $cache_rebuild_files = 1; 20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $wpsc_save_headers = 0; 20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $wp_cache_mutex_disabled = 1; 20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $wp_cache_not_logged_in = 2; 20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $wp_cache_make_known_anon = 0; 20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $wp_cache_refresh_single_only = 0; 20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $wp_cache_slash_check = 1; 20:10:50 25249 /wp-admin/options-general.php?page=wpsupercache&tab=settings wp_cache_replace_line: setting not changed - $cached_direct_pages = array( );
Is the plugin trying to cache the wp-admin path and such? And if so, shouldn’t this prevent this from happening already? https://i.imgur.com/6PFs7C3.png
It’s been stuck on a page now for about an hour. It’s always around the 60th or the 70th page. Looking at the debug file I now see a lot of wp-cron paths and wp-admin paths and such but not sure if that’s abnormal?
Are messages like this normal? How can I debug why it’s stuck at the current page 68?
Thank you in advance!Johan
- The topic ‘Preload caching all sorts of URLs?’ is closed to new replies.