PHP 8.2.30
Preview: perfmatters.cls.php Size: 996 B
/proc/thread-self/root/usr/src/litespeed-wp-plugin/7.7/litespeed-cache/thirdparty/perfmatters.cls.php

<?php
/**
 * The Third Party integration with the Perfmatters plugin.
 *
 * @since 4.4.5
 * @package LiteSpeed
 * @subpackage LiteSpeed_Cache\Thirdparty
 */

namespace LiteSpeed\Thirdparty;

defined('WPINC') || exit();

/**
 * Provides compatibility for the Perfmatters plugin.
 */
class Perfmatters {

	/**
	 * Preload Perfmatters integration.
	 *
	 * @since 4.4.5
	 * @return void
	 */
	public static function preload() {
		if (!defined('PERFMATTERS_VERSION')) {
			return;
		}

		if (is_admin()) {
			return;
		}

		if (has_action('shutdown', 'perfmatters_script_manager') !== false) {
			add_action('init', __CLASS__ . '::disable_litespeed_esi', 4);
		}
	}

	/**
	 * Disable LiteSpeed ESI when Perfmatters Script Manager is active.
	 *
	 * @since 4.4.5
	 * @return void
	 */
	public static function disable_litespeed_esi() {
		if (!defined('LITESPEED_ESI_OFF')) {
			define('LITESPEED_ESI_OFF', true);
		}
		do_action('litespeed_debug', 'Disable ESI due to Perfmatters script manager');
	}
}

Directory Contents

Dirs: 0 × Files: 30

Name Size Perms Modified Actions
2.67 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
2.44 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
910 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
813 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
2.58 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.12 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
806 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
3.57 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
3.25 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.51 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.44 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.14 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
5.41 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
6.51 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
996 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.01 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
793 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
992 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.74 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
869 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
27.90 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
3.91 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
230 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
807 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
900 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.18 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
870 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.02 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
879 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
5.23 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download

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