PHP 8.2.30
Preview: ajax.php Size: 617 B
/proc/self/root/proc/thread-self/root/usr/src/litespeed-wp-plugin/7.6.2/litespeed-cache/tpl/banner/ajax.php

<?php
/**
 * Health Check Script
 *
 * Triggers a health check request for speed when the document is loaded.
 *
 * @package LiteSpeed
 * @since 1.0.0
 * @deprecated 3.3 Will only show banner after user manually checked score
 */

namespace LiteSpeed;

defined( 'WPINC' ) || exit;

$url = Utility::build_url( Router::ACTION_HEALTH, Health::TYPE_SPEED, true, null, array(), true );
?>
<script>
document.addEventListener('DOMContentLoaded', function() {
	jQuery(document).ready( function() {
			jQuery.get( '<?php echo $url; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>' ) ;
		} ) ;
});
</script>

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
617 B lrw-r--r-- 2025-10-17 18:55:12
Edit Download
2.13 KB lrw-r--r-- 2025-10-17 18:55:12
Edit Download
2.96 KB lrw-r--r-- 2025-10-17 18:55:12
Edit Download
3.81 KB lrw-r--r-- 2025-10-17 18:55:12
Edit Download
1.55 KB lrw-r--r-- 2025-10-17 18:55:12
Edit Download
7.20 KB lrw-r--r-- 2025-10-17 18:55:12
Edit Download
2.10 KB lrw-r--r-- 2025-10-17 18:55:12
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).