3495* The default is based on https://web.dev/time-to-first-byte/.3496*3497* @param int$threshold Threshold in milliseconds.Default600.3498*3499* @since 6.1.03500*/3501return(int)apply_filters('site_status_good_response_time_threshold',600);3502}35033504/**3505* Determines whether to suggest using a persistent object cache.3506*3507* @since 6.1.0
History
Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.