[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
templates
/
cache
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 gzip-compression.php
4,489 B
SET
[ EDIT ]
|
[ DEL ]
📄 page-cache-advanced.php
8,072 B
SET
[ EDIT ]
|
[ DEL ]
📄 page-cache-cloudflare-placeholder.php
880 B
SET
[ EDIT ]
|
[ DEL ]
📄 page-cache-preload.php
2,568 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: page-cache-preload.php
<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?> <h3 class="wpo-first-child"><?php esc_html_e('Preload now', 'wp-optimize'); ?></h3> <div class="wpo-fieldgroup"> <p> <input id="wp_optimize_run_cache_preload" class="button button-primary" type="submit" name="wp_optimize_run_cache_preload" value="<?php echo $is_running ? esc_attr__('Cancel', 'wp-optimize') : esc_attr__('Run now', 'wp-optimize'); ?>" <?php echo $is_running ? 'data-running="1"' : ''; ?>> <span id="wp_optimize_preload_cache_status"><?php echo esc_html($status_message); ?></span> </p> <span> <?php esc_html_e('This action will trigger WP-Optimize to cache the site by visiting pages to preload them (so that they are ready the first time a human visitor wants them).', 'wp-optimize'); ?> <?php esc_html_e('If a sitemap is available, then it will be used to determine which content gets cached.', 'wp-optimize'); ?> </span> </div> <h3 class="wpo-first-child"><?php esc_html_e('Schedule preloader', 'wp-optimize'); ?></h3> <div class="wpo-fieldgroup"> <p> <label> <input name="enable_schedule_preload" id="enable_schedule_preload" class="cache-settings" type="checkbox" value="true" <?php checked($wpo_cache_options['enable_schedule_preload']); ?>> <?php esc_html_e('Activate scheduled cache preloading', 'wp-optimize'); ?> </label> <p> <?php esc_html_e('The scheduled preloading will run automatically in your chosen time period.', 'wp-optimize'); ?> </p> </p> <label for="preload_schedule_type"><?php esc_html_e('Select schedule type', 'wp-optimize'); ?></label><br> <select id="preload_schedule_type" class="cache-settings" name="preload_schedule_type" disabled> <?php foreach ($schedule_options as $opt_id => $opt_description) { ?> <option value="<?php echo esc_attr($opt_id); ?>" <?php selected($wpo_cache_options['preload_schedule_type'], $opt_id); ?> <?php if ('wpo_use_cache_lifespan' === $opt_id && $wpo_cache_options['page_cache_length_value'] <= 0) disabled(true); ?>><?php echo esc_html($opt_description); ?></option> <?php } ?> </select> </div> <input id="wp-optimize-save-cache-preload-settings" class="button button-primary" type="submit" name="wp-optimize-save-cache-preload-settings" value="<?php esc_attr_e('Save changes', 'wp-optimize');?>"> <img class="wpo_spinner" src="<?php echo esc_url(admin_url('images/spinner-2x.gif')); // phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage -- N/A ?>" alt="..."> <span class="save-done dashicons dashicons-yes display-none"></span>