| Name | Size | Mode | Actions |
|---|---|---|---|
| blacklist.tpl.php | 3111 | 0644 | editdlrm |
| entry.tpl.php | 1117 | 0644 | editdlrm |
| map.tpl.php | 4242 | 0644 | editdlrm |
| settings.tpl.php | 6359 | 0644 | editdlrm |
| summary.tpl.php | 18505 | 0644 | editdlrm |
/home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/crawler/summary.tpl.php (18505B)
' . esc_html( Lang::title( Base::O_CRAWLER_SITEMAP ) ) . ''
) . '';
}
$crawler_run_interval = defined( 'LITESPEED_CRAWLER_RUN_INTERVAL' ) ? LITESPEED_CRAWLER_RUN_INTERVAL : 600;
if ( $crawler_run_interval > 0 ) :
$recurrence = '';
$hours = (int) floor( $crawler_run_interval / 3600 );
if ( $hours ) {
$recurrence .= sprintf(
$hours > 1 ? esc_html__( '%d hours', 'litespeed-cache' ) : esc_html__( '%d hour', 'litespeed-cache' ),
$hours
);
}
$minutes = (int) floor( ( $crawler_run_interval % 3600 ) / 60 );
if ( $minutes ) {
$recurrence .= ' ';
$recurrence .= sprintf(
$minutes > 1 ? esc_html__( '%d minutes', 'litespeed-cache' ) : esc_html__( '%d minute', 'litespeed-cache' ),
$minutes
);
}
?>
', '' ); ?>
:
: conf( Base::O_CRAWLER_CRAWL_INTERVAL ) ) ); ?>
:
:
:
: get_server_load() ); ?>
:
:
:
| # | |||||
|---|---|---|---|---|---|
| '; } ?> | %s ', esc_attr__( 'Waiting', 'litespeed-cache' ), esc_html( $waiting > 0 ? $waiting : '-' ) ); printf( '%s ', esc_attr__( 'Hit', 'litespeed-cache' ), esc_html( $hit > 0 ? $hit : '-' ) ); printf( '%s ', esc_attr__( 'Miss', 'litespeed-cache' ), esc_html( $miss > 0 ? $miss : '-' ) ); printf( '%s ', esc_attr__( 'Blocklisted', 'litespeed-cache' ), esc_html( $blacklisted > 0 ? $blacklisted : '-' ) ); ?> |
build_toggle( 'litespeed-crawler-' . $i, $__crawler->is_active( $i ) ); ?>
conf( Base::O_SERVER_IP ) ) ) : ?>
🚨 :
|
' . esc_html__( 'running', 'litespeed-cache' ) . ''; } } ?> |
=
=
=
=