| Server IP : 104.21.21.239 / Your IP : 216.73.217.123 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/ndb/wp-content/w3-total-cache/ |
Upload File : |
var w3tcstackpath2_graph_data;
function w3tcstackpath2_load() {
jQuery('.w3tcstackpath2_loading').removeClass('w3tc_hidden');
jQuery('.w3tcstackpath2_content').addClass('w3tc_hidden');
jQuery('.w3tcstackpath2_error').addClass('w3tc_none');
jQuery.getJSON(ajaxurl + '?action=w3tc_ajax&_wpnonce=' + w3tc_nonce +
'&w3tc_action=cdn_stackpath2_widgetdata',
function(data) {
if (data && data.error) {
jQuery('.w3tcstackpath2_error').removeClass('w3tc_none');
jQuery('.w3tcstackpath2_error_details').html(data.error);
jQuery('.w3tcstackpath2_loading').addClass('w3tc_hidden');
return;
}
for (p in data) {
var v = data[p];
if (p.substr(0, 4) == 'url_')
jQuery('.w3tcstackpath2_href_' + p.substr(4)).attr('href', v);
else
jQuery('.w3tcstackpath2_' + p).html(v);
}
var chart_data = google.visualization.arrayToDataTable(data.chart_mb);
var chart = new google.visualization.ColumnChart(
document.getElementById('chart_div'));
var options = {};//colors: 'blue,red'};
chart.draw(chart_data, options);
jQuery('.w3tcstackpath2_content').removeClass('w3tc_hidden');
jQuery('.w3tcstackpath2_loading').addClass('w3tc_hidden');
}
).fail(function() {
jQuery('.w3tcstackpath2_error').removeClass('w3tc_none');
jQuery('.w3tcstackpath2_content').addClass('w3tc_hidden');
jQuery('.w3tcstackpath2_loading').addClass('w3tc_hidden');
});
}
google.load("visualization", "1", {packages:["corechart"]});
google.setOnLoadCallback(w3tcstackpath2_load);