6.6.0 Beta - Trying out HTML migrate

I’m having fun trying out the HTML storage. For the migration I have waited several minutes after pressing the “migrate” button and after about 2 or 3 I get this screen:

I am testing on a staging site on Hostinger while I play around. I can make an admin account for you to try out @Charlie - I’ll add the info in the secure note.

I’ve looked at the code on a few of the pages and they seem to be converted to HTML but other ones are still on shortcodes.

Thanks for all your great work!

Steve

It does just legitimately take a long time building out all that HTML. I have a feeling it’s just taking too long and timing out on your servers end. I already removed the PHP time limit on that request, but it’s probably at the server level. In the interim I’m going to setup the migrate to not run on content that is already migrated to speed up subsequent migrate button presses. But I probably need to change this to make multiple requests in a pagination fashion.

Thanks for the kind words. Have a great day.

2 Likes

Are there any settings you recommend me to set on the server level @Charlie?

It’s going to be dependent on whether you are running apache or nginx. An AI can usually give you the config to remove the timeout. I’d rather try to fix this on our end though so we don’t need to force users into changing this though.