PHP 8.2.31
Preview: metabox.js Size: 771 B
/var/softaculous/sitepad/editor/site-data/plugins/speedycache-pro/assets/js/metabox.js

jQuery(document).ready(function() {
	
	jQuery('#speedycache-generate-specific-cache').on('click', function(){
		let ccss_disabled = jQuery('#speedycache-disable-critical-css:checked');
		
		if(ccss_disabled.length){
			alert('Critical CSS is disabled for this post');
			return;
		}

		jQuery.ajax({
			'method': 'POST',
			'url': speedycache_metabox.url,
			'data': {
				'post_id': speedycache_metabox.post_id,
				'security': speedycache_metabox.nonce,
				'action': 'speedycache_generate_single_ccss',
			},
			success: function(res){
				if(!res.success){
					alert(res.data.message ? res.data.message : 'Something went wrong ! Unable to intitiate Critical CSS!');
					return;
				}
				
				alert(res.data.message);
			}
		});
	});
});

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
1.47 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
1.26 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
798 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
0 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
91 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
3.00 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
4.99 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
771 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download

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