SILENT KILLERPanel

Current Path: > home > transcarter > > > www > > > > wp-content > plugins > wp-optimize > > templates > minify


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter///www////wp-content/plugins/wp-optimize//templates/minify

NameTypeSizeLast ModifiedActions
advanced-tab.php File 14270 bytes July 17 2025 21:05:49.
analytics-settings-tab.php File 3123 bytes July 17 2025 21:05:49.
asset-preload.php File 867 bytes July 17 2025 21:05:49.
cached-file-log.php File 1662 bytes July 17 2025 21:05:49.
cached-file.php File 1025 bytes July 17 2025 21:05:49.
css-settings-tab.php File 8410 bytes July 17 2025 21:05:49.
font-settings-tab.php File 7657 bytes July 17 2025 21:05:49.
html-settings-tab.php File 297 bytes July 17 2025 21:05:49.
js-settings-tab.php File 11551 bytes July 17 2025 21:05:49.
preload-tab.php File 2034 bytes July 17 2025 21:05:49.
settings-tab.php File 5072 bytes July 17 2025 21:05:49.
status-tab.php File 12367 bytes July 17 2025 21:05:49.

Reading File: /home/transcarter///www////wp-content/plugins/wp-optimize//templates/minify/cached-file-log.php

<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?>

<?php
if (isset($log->error)) {
	?>
	<div class="wpo_min_file_error"><?php echo wp_kses_post($log->error); ?></div>
	<?php
	return;
}
?>

<h5><?php echo esc_html($log->header); ?></h5>
<ul><?php
foreach ((array) $log->files as $handle => $file) {
	$file_path = untrailingslashit(get_home_path()) . $file->url;
	$file_size = file_exists($file_path) ? ' (' . WP_Optimize()->format_size(@filesize($file_path)) . ')' : ''; // phpcs:ignore Generic.PHP.NoSilencedErrors.Discouraged -- suppress warning in case of file permission issues

	echo '<li'.($file->success ? '' : ' class="failed"').'><span class="wpo_min_file_url"><a href="'.esc_url(get_home_url().$file->url).'" target="_blank">'.esc_html($file->url).'</a>'.esc_html($file_size).'</span>';
	if (property_exists($file, 'debug')) echo '<span class="wpo_min_file_debug">'.esc_html($file->debug).'</span>';
	echo ' <span class="wrapper">';
	printf(' <a href="#" data-url="%1$s" class="exclude">%2$s</a>', esc_attr($file->url), esc_html__('Exclude', 'wp-optimize'));

	if (preg_match('/\.js$/i', $file->url, $matches)) {
		if ('individual' === $minify_config['enable_defer_js'] && (property_exists($file, 'uses_loading_strategy') && !$file->uses_loading_strategy)) {
			printf(' | <a href="#" data-url="%1$s" class="defer">%2$s</a>', esc_attr($file->url), esc_html__('Defer loading', 'wp-optimize'));
		}
	} elseif (preg_match('/\.css$/i', $file->url, $matches)) {
		printf(' | <a href="#" data-url="%1$s" class="async">%2$s</a>', esc_attr($file->url), esc_html__('Load asynchronously', 'wp-optimize'));
	}
	echo '</span></li>';
}
?>
</ul>

SILENT KILLER Tool