wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



site_status_good_response_time_threshold › Filtr WordPress Hooks

Od6.1.0
Przestarzałyn/a
apply_filters( 'site_status_good_response_time_threshold', 600 )
Parametry:
  • (int) $threshold Threshold in milliseconds. Default 600.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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

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



Powiązane Funkcje: rest_filter_response_fields


Źródło

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