forked from BoldGrid/w3-total-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUsageStatistics_Page_View.php
490 lines (452 loc) · 17.1 KB
/
UsageStatistics_Page_View.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<?php
namespace W3TC;
if ( ! defined( 'W3TC' ) ) {
die();
}
require W3TC_INC_DIR . '/options/common/header.php';
?>
<div class="ustats_loading w3tc_loading"><?php esc_html_e( 'Loading...', 'w3-total-cache' ); ?></div>
<div class="ustats_error w3tc_none"><?php esc_html_e( 'An error occurred', 'w3-total-cache' ); ?></div>
<div class="ustats_nodata w3tc_none">
<p><?php esc_html_e( 'No data collected yet', 'w3-total-cache' ); ?></p>
<a href="#" class="ustats_reload"><?php esc_html_e( 'Refresh', 'w3-total-cache' ); ?></a>
</div>
<div class="ustats_content w3tc_hidden">
<span class="ustats_reload">.</span>
</div>
<div class="metabox-holder" style="display: none">
<?php Util_Ui::postbox_header( esc_html__( 'Web Requests', 'w3-total-cache' ) ); ?>
<div class="ustats_block ustats_pagecache">
<div class="ustats_block_data">
<div class="ustats_header">
<?php esc_html_e( 'Page Cache', 'w3-total-cache' ); ?>
<span class="ustats_pagecache_engine_name w3tcus_inline">(<span></span>)</span>
:
</div>
<div class="ustats_pagecache_size_used">
<?php esc_html_e( 'Cache size: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_pagecache_items">
<?php esc_html_e( 'Entries: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_pagecache_requests">
<?php esc_html_e( 'Requests: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_pagecache_requests_per_second">
<?php esc_html_e( 'Requests/sec: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_pagecache_requests_hit">
<?php esc_html_e( 'Cache hits: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_pagecache_requests_hit_rate">
<?php esc_html_e( 'Cache hit rate: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_pagecache_request_time_ms">
<?php esc_html_e( 'Avg processing time: ', 'w3-total-cache' ); ?><span></span><?php esc_html_e( ' ms', 'w3-total-cache' ); ?>
</div>
<div class="ustats_pagecache_size_percent">
<?php esc_html_e( 'Size used: ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Request time', 'w3-total-cache' ); ?>
<canvas id="w3tcus_pagecache_chart"></canvas>
</div>
</div>
<div class="ustats_block ustats_php">
<div class="ustats_block_data">
<div class="ustats_header"><?php esc_html_e( 'PHP Requests:', 'w3-total-cache' ); ?></div>
<div class="ustats_php_php_requests_per_second">
<?php esc_html_e( 'Requests/sec: ', 'w3-total-cache' ); ?><span></span>
</div>
<?php
$this->summary_item(
'php_php_requests',
esc_html__( 'Requests/period', 'w3-total-cache' ),
true,
'',
'#009900'
);
$this->summary_item(
'php_php_requests_pagecache_hit',
$php_php_requests_pagecache_hit_name
);
$this->summary_item(
'php_php_requests_pagecache_miss',
esc_html__( 'Not cached', 'w3-total-cache' ),
false,
'',
'#990000'
);
echo '<div class="ustats_php_php_requests_pagecache_miss_level2_wrap">';
$this->summary_item(
'php_php_requests_pagecache_miss_404',
'404',
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_404'
);
$this->summary_item(
'php_php_requests_pagecache_miss_ajax',
'AJAX',
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_ajax'
);
$this->summary_item(
'php_php_requests_pagecache_miss_api_call',
esc_html__( 'API call', 'w3-total-cache' ),
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_api_call'
);
$this->summary_item(
'php_php_requests_pagecache_miss_configuration',
esc_html__( 'W3TC Configuration', 'w3-total-cache' ),
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_configuration'
);
$this->summary_item(
'php_php_requests_pagecache_miss_fill',
esc_html__( 'Cache Fill', 'w3-total-cache' ),
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_fill'
);
$this->summary_item(
'php_php_requests_pagecache_miss_logged_in',
esc_html__( 'Logged In', 'w3-total-cache' ),
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_logged_in'
);
$this->summary_item(
'php_php_requests_pagecache_miss_mfunc',
'mfunc',
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_mfunc'
);
$this->summary_item(
'php_php_requests_pagecache_miss_query_string',
esc_html__( 'Query String', 'w3-total-cache' ),
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_query_string'
);
$this->summary_item(
'php_php_requests_pagecache_miss_third_party',
esc_html__( 'Third Party', 'w3-total-cache' ),
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_third_party'
);
$this->summary_item(
'php_php_requests_pagecache_miss_wp_admin',
'wp-admin',
false,
'ustats_php_php_requests_pagecache_miss_level2',
'',
'miss_wp_admin'
);
echo '</div>';
?>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Requests handled by PHP', 'w3-total-cache' ); ?>
<canvas id="w3tcus_php_requests_chart"></canvas>
</div>
</div>
<div class="ustats_block ustats_access_log" style="height: 32vw">
<div class="ustats_block_data">
<div class="ustats_header"><?php esc_html_e( 'Access Log:', 'w3-total-cache' ); ?></div>
<div class="ustats_access_log_dynamic_requests_total">
<?php esc_html_e( 'Dynamic Requests/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_access_log_dynamic_requests_per_second">
<?php esc_html_e( 'Dynamic Requests/second: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_access_log_dynamic_requests_timing">
<?php esc_html_e( 'Dynamic time to process (ms): ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_access_log_static_requests_total">
<?php esc_html_e( 'Static Requests/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_access_log_static_requests_per_second">
<?php esc_html_e( 'Static Requests/second: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_access_log_static_requests_timing">
<?php esc_html_e( 'Static time to process (ms): ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Requests', 'w3-total-cache' ); ?>
<canvas id="w3tcus_access_log_chart_requests"></canvas>
<?php esc_html_e( 'Time per request (ms)', 'w3-total-cache' ); ?>
<canvas id="w3tcus_access_log_chart_timing"></canvas>
</div>
</div>
<?php Util_Ui::postbox_footer(); ?>
</div>
<div class="metabox-holder" style="display: none">
<?php Util_Ui::postbox_header( esc_html__( 'Minify', 'w3-total-cache' ) ); ?>
<div class="ustats_block ustats_minify">
<div class="ustats_block_data">
<div class="ustats_header"><?php esc_html_e( 'Minify:', 'w3-total-cache' ); ?></div>
<div class="ustats_minify_size_used">
<?php esc_html_e( 'Used: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_minify_size_items">
<?php esc_html_e( 'Files: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_minify_size_compression_css">
<?php esc_html_e( 'CSS compression in cache: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_minify_size_compression_js">
<?php esc_html_e( 'JS compression in cache: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_minify_requests_total">
<?php esc_html_e( 'Requests/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_minify_requests_per_second">
<?php esc_html_e( 'Requests/sec: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_minify_compression_css">
<?php esc_html_e( 'Responded CSS compression: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_minify_compression_js">
<?php esc_html_e( 'Responded JS compression: ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
</div>
<?php Util_Ui::postbox_footer(); ?>
</div>
<div class="metabox-holder" style="display: none">
<?php Util_Ui::postbox_header( esc_html__( 'Object Cache', 'w3-total-cache' ) ); ?>
<div class="ustats_block ustats_objectcache" style="height: 32vw">
<div class="ustats_block_data">
<div class="ustats_header">
<?php esc_html_e( 'Object Cache', 'w3-total-cache' ); ?>
<span class="ustats_objectcache_engine_name w3tcus_inline">(<span></span>)</span>
</div>
<div class="ustats_objectcache_get_total">
<?php esc_html_e( 'Gets/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_objectcache_get_hits">
<?php esc_html_e( 'Hits/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_objectcache_hit_rate">
<?php esc_html_e( 'Hit rate: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_objectcache_sets">
<?php esc_html_e( 'Sets/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_objectcache_flushes">
<?php esc_html_e( 'Flushes/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_objectcache_time_ms">
<?php esc_html_e( 'Time taken: ', 'w3-total-cache' ); ?><span></span><?php esc_html_e( ' ms', 'w3-total-cache' ); ?>
</div>
<div class="ustats_objectcache_calls_per_second">
<?php esc_html_e( 'Calls/sec: ', 'w3-total-cache' ); ?><span></span>
</div>
<a href="?page=w3tc_stats&view=oc_requests"><?php esc_html_e( 'Detailed view (in debug mode only)', 'w3-total-cache' ); ?></a>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Time taken for ObjectCache activity', 'w3-total-cache' ); ?>
<canvas id="w3tcus_objectcache_time_chart"></canvas>
<?php esc_html_e( 'Calls', 'w3-total-cache' ); ?>
<canvas id="w3tcus_objectcache_chart"></canvas>
</div>
</div>
<div class="ustats_block ustats_fragmentcache">
<div class="ustats_block_data">
<div class="ustats_header"><?php esc_html_e( 'Fragment Cache:', 'w3-total-cache' ); ?></div>
<div class="ustats_fragmentcache_calls_total">
<?php esc_html_e( 'Calls/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_fragmentcache_calls_per_second">
<?php esc_html_e( 'Calls/sec: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_fragmentcache_hit_rate">
<?php esc_html_e( 'Hit rate: ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
</div>
<?php Util_Ui::postbox_footer(); ?>
</div>
<div class="metabox-holder" style="display: none">
<?php Util_Ui::postbox_header( __( 'Database', 'w3-total-cache' ) ); ?>
<div class="ustats_block ustats_dbcache" style="height: 32vw">
<div class="ustats_block_data">
<div class="ustats_header">
<?php esc_html_e( 'Database Cache', 'w3-total-cache' ); ?>
<span class="ustats_dbcache_engine_name w3tcus_inline">(<span></span>)</span>
</div>
<div class="ustats_dbcache_calls_total">
<?php esc_html_e( 'Calls/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_dbcache_calls_per_second">
<?php esc_html_e( 'Calls/sec: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_dbcache_hit_rate">
<?php esc_html_e( 'Hit rate: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_dbcache_flushes">
<?php esc_html_e( 'Cache flushes: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_dbcache_time_ms">
<?php esc_html_e( 'Time taken: ', 'w3-total-cache' ); ?><span></span><?php esc_html_e( ' ms', 'w3-total-cache' ); ?>
</div>
<a href="?page=w3tc_stats&view=db_requests"><?php esc_html_e( 'Slowest requests (in debug mode only)', 'w3-total-cache' ); ?></a>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Time taken for database activity', 'w3-total-cache' ); ?>
<canvas id="w3tcus_dbcache_time_chart"></canvas>
<?php esc_html_e( 'Requests', 'w3-total-cache' ); ?>
<canvas id="w3tcus_dbcache_chart"></canvas>
</div>
</div>
<div class="ustats_block ustats_wpdb">
<div class="ustats_block_data">
<div class="ustats_header"><?php esc_html_e( 'Database:', 'w3-total-cache' ); ?></div>
<div class="ustats_wpdb_calls_total">
<?php esc_html_e( 'Calls/period: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_wpdb_calls_per_second">
<?php esc_html_e( 'Calls/sec: ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Requests', 'w3-total-cache' ); ?>
<canvas id="w3tcus_wpdb_chart"></canvas>
</div>
</div>
<?php Util_Ui::postbox_footer(); ?>
</div>
<div class="metabox-holder" style="display: none">
<?php Util_Ui::postbox_header( esc_html__( 'System Info', 'w3-total-cache' ) ); ?>
<div class="ustats_block ustats_php">
<div class="ustats_block_data">
<div class="ustats_header"><?php esc_html_e( 'PHP Memory:', 'w3-total-cache' ); ?></div>
<div class="ustats_php_memory">
<?php esc_html_e( 'Memory used: ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Memory per request (MB)', 'w3-total-cache' ); ?>
<canvas id="w3tcus_php_memory_chart"></canvas>
</div>
</div>
<div class="ustats_block ustats_cpu">
<div class="ustats_block_data">
<div class="ustats_header"><?php esc_html_e( 'CPU load:', 'w3-total-cache' ); ?></div>
<div class="ustats_cpu_avg">
<?php esc_html_e( 'CPU load: ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'CPU load', 'w3-total-cache' ); ?>
<canvas id="w3tcus_cpu_chart"></canvas>
</div>
</div>
<?php Util_Ui::postbox_footer(); ?>
</div>
<div class="metabox-holder" style="display: none">
<?php Util_Ui::postbox_header( esc_html__( 'Cache Storage', 'w3-total-cache' ) ); ?>
<div class="ustats_block ustats_memcached" style="height: 32vw">
<div class="ustats_block_data">
<div class="ustats_header">
<?php esc_html_e( 'Memcached', 'w3-total-cache' ); ?>
</div>
<div class="ustats_memcached_used_by">
<?php esc_html_e( 'Used by ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_memcached_evictions_per_second">
<?php esc_html_e( 'Evictions/sec: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_memcached_size_used">
<?php esc_html_e( 'Used: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_memcached_size_percent">
<?php esc_html_e( 'Used (%): ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_memcached_get_hit_rate">
<?php esc_html_e( 'Hit rate: ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Size used (MB)', 'w3-total-cache' ); ?>
<canvas id="w3tcus_memcached_size_chart"></canvas>
<?php esc_html_e( 'Hit rate', 'w3-total-cache' ); ?>
<canvas id="w3tcus_memcached_hit_chart"></canvas>
</div>
</div>
<div class="ustats_block ustats_redis" style="height: 32vw">
<div class="ustats_block_data">
<div class="ustats_header">
<?php esc_html_e( 'Redis', 'w3-total-cache' ); ?>
</div>
<div class="ustats_redis_used_by">
<?php esc_html_e( 'Used by ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_redis_evictions_per_second">
<?php esc_html_e( 'Evictions/sec: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_redis_size_used">
<?php esc_html_e( 'Used: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_redis_get_hit_rate">
<?php esc_html_e( 'Hit rate: ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Size used (MB)', 'w3-total-cache' ); ?>
<canvas id="w3tcus_redis_size_chart"></canvas>
<?php esc_html_e( 'Hit rate', 'w3-total-cache' ); ?>
<canvas id="w3tcus_redis_hit_chart"></canvas>
</div>
</div>
<div class="ustats_block ustats_apc" style="height: 32vw">
<div class="ustats_block_data">
<div class="ustats_header">
<?php esc_html_e( 'APC', 'w3-total-cache' ); ?>
</div>
<div class="ustats_apc_used_by">
<?php esc_html_e( 'Used by ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_apc_evictions">
<?php esc_html_e( 'Evictions: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_apc_size_used">
<?php esc_html_e( 'Used: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_apc_size_percent">
<?php esc_html_e( 'Used (%): ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_apc_get_hit_rate">
<?php esc_html_e( 'Hit rate: ', 'w3-total-cache' ); ?><span></span>
</div>
<div class="ustats_apc_items">
<?php esc_html_e( 'Items: ', 'w3-total-cache' ); ?><span></span>
</div>
</div>
<div class="ustats_block_chart">
<?php esc_html_e( 'Size used (MB)', 'w3-total-cache' ); ?>
<canvas id="w3tcus_apc_size_chart"></canvas>
<?php esc_html_e( 'Hit rate', 'w3-total-cache' ); ?>
<canvas id="w3tcus_apc_hit_chart"></canvas>
</div>
</div>
<?php Util_Ui::postbox_footer(); ?>
</div>