3738* The default is based on https://web.dev/time-to-first-byte/.3739*3740* @since 6.1.03741*3742* @param int$threshold Threshold in milliseconds.Default600.3743*/3744return(int)apply_filters('site_status_good_response_time_threshold',600);3745}37463747/**3748* Determines whether to suggest using a persistent object cache.3749*3750* @since 6.1.0
History
Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.