Multisite and cronjobs
-
I use the plugin on a multisite installation:
Configuration target_size:4; samplerate:10; retainmeasurements:2; adminbarflush:on
Versions Versions: WordPress: 7.0.3 SQLite: 3.45.1 php: 8.3.29-nmm1 Server: Apache Plugin: 1.6.4 APCu: unavailable igbinary: unavailable.
Settings sqlite3.defensive:1; sqlite3.extension_dir:; session.save_handler:files; session.auto_start:-missing-; session.lifetime:-missing-; session.gc_maxlifetime:7200
SQLite utilization page_size:4096; free_pages:110; total_pages:1483; stats_items:0; stats_size:0; mmap_size:0WP_CRON is disabled in wp-config.php (
define('DISABLE_WP_CRON', true);) and there is an hourly cron job that goes through all the sites.Am I correct in that there’s only one sqlite-file for a multisite (
.../wp-content/.ht.object-cache.-a.sqlite)? If so, why exists a hourly cronjob on every site to clear the cache (sqlite_object_cache_clean)? Is that necessary? It should only exist on the main site.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.