-
Home
-
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score
-
3.4.2
-
Code
-
Classes
- Powered_Cache_WP_Background_Process
Total Complexity |
84 |
Dependencies |
2 |
Dependents |
0 |
Total lines |
721 |
Lines of code |
303 |
Logical lines of code |
166 |
Comment lines |
299 |
Methods |
39 |
Properties |
4 |
Methods 39
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
handle() |
A |
45 |
15 |
41 |
get_batches() |
S |
46 |
6 |
42 |
maybe_handle() |
S |
56 |
5 |
22 |
time_exceeded() |
S |
62 |
4 |
11 |
get_memory_limit() |
S |
62 |
4 |
11 |
schedule_cron_healthcheck() |
S |
57 |
3 |
16 |
is_active() |
S |
78 |
4 |
3 |
handle_cron_healthcheck() |
S |
66 |
3 |
10 |
dispatch() |
S |
70 |
2 |
7 |
memory_exceeded() |
S |
64 |
2 |
9 |
lock_process() |
S |
68 |
2 |
6 |
is_processing() |
S |
71 |
2 |
6 |
schedule_event() |
S |
73 |
2 |
5 |
delete_all() |
S |
67 |
2 |
8 |
clear_scheduled_event() |
S |
71 |
2 |
6 |
update() |
S |
71 |
2 |
6 |
save() |
S |
67 |
2 |
8 |
completed() |
S |
80 |
1 |
3 |
get_batch() |
S |
67 |
1 |
9 |
cancel_process() |
S |
82 |
1 |
3 |
unlock_process() |
S |
76 |
1 |
4 |
complete() |
S |
74 |
1 |
5 |
__construct() |
S |
67 |
1 |
7 |
is_process_running() |
S |
81 |
1 |
3 |
is_queue_empty() |
S |
80 |
1 |
3 |
get_status_key() |
S |
80 |
1 |
3 |
generate_key() |
S |
71 |
1 |
5 |
is_queued() |
S |
80 |
1 |
3 |
resumed() |
S |
80 |
1 |
3 |
resume() |
S |
72 |
1 |
6 |
paused() |
S |
80 |
1 |
3 |
is_paused() |
S |
74 |
1 |
4 |
pause() |
S |
80 |
1 |
3 |
cancelled() |
S |
80 |
1 |
3 |
is_cancelled() |
S |
74 |
1 |
4 |
cancel() |
S |
76 |
1 |
4 |
delete() |
S |
77 |
1 |
4 |
push_to_queue() |
S |
76 |
1 |
4 |
task() |
S |
100 |
1 |
0 |