init hook creates a long delay for REST responses
-
Hi
I am creating a rest api plugin for WordPress, but I have a serious problem. Response time for the requests is not good. I tried to use short loading of WordPress. I checked loading time for different steps of WordPress in wp-settings.php file and I found do_action(‘init’) step takes long time. I don’t know when (in which step) responses of the REST API classes are created, but is it possible to provide and send these responses before do_action(‘init’) step?
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘init hook creates a long delay for REST responses’ is closed to new replies.