You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sequential download of all the media files in a WXR file is super slow – let's parallelize it at PHP level using stream_select. This repo already ships an AsyncHttp library that's perfect for solving this issue:
Enables fully importing the Theme Unit Testing WXR file by tunneling all
the media files through plugin-proxy.php.
This PR, unfortunately, cannot be merged – there is so many media files
that the import takes more than 15 minutes to complete (I actually gave
up at the 15 minute mark).
We'll need to resolveWordPress/blueprints-library#100 first
Sequential download of all the media files in a WXR file is super slow – let's parallelize it at PHP level using
stream_select
. This repo already ships an AsyncHttp library that's perfect for solving this issue:Note this is related to Site Transfer Protocol.
cc @dmsnell
The text was updated successfully, but these errors were encountered: