wpseek.com
A WordPress-centric search engine for devs and theme authors



site_status_good_response_time_threshold › WordPress Filter Hooks

Since6.1.0
Deprecatedn/a
apply_filters( 'site_status_good_response_time_threshold', 600 )
Parameters:
  • (int) $threshold Threshold in milliseconds. Default 600.
    Required: Yes
Defined at:
Codex:

Filters the threshold below which a response time is considered good.

The default is based on https://web.dev/time-to-first-byte/.



Related Functions: rest_filter_response_fields


Source

return (int) apply_filters( 'site_status_good_response_time_threshold', 600 );