-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch playground for a Site Health report #991
Comments
Hey @swissspidy Something like this for WordPress settings could be really useful, too. |
👋 I've been looking into something similar within the WooCommerce context where Woo exposes a system status report via API (docs) that gives similar site info. Not having access to premium plugins and themes is a pretty strong limitation in that case as these are especially common on Woo sites, but of course that issue exists for manual re-creations as well (not specific to playground). That to say, a text-to-site import might make more sense from a broader WP perspective where the .org repo accounts for a higher percentage of site files, so a +1 that this would be great to see, perhaps with Settings API integration for plugins to expose a portable config as well. |
The site health feature is now enabled in Playground 🎉 You can try it out here: https://playground.wordpress.net/?networking=yes&url=/wp-admin/site-health.php?tab=debug The support is not full yet as Playground does not support PHP making HTTP requests to itself (e.g. This isn't directly related to the core of this issue which is to start Playground based on an existing site health report, but I felt it was relevant to share here anyway. |
Added site health report info into the PRs submitted for review for issue templates Playground online
|
Originally mentioned here, but creating an issue for increased visibility.
Background:
WordPress has this amazing Site Health feature which has proven over the years to be very useful for support. Under Tools -> Site Health -> Info -> copy to clipboard, users can copy gist of their site setup for pasting in the forums.
Support reps can use this information to spot potential issues with other plugins, either by glancing over the list or by manually trying to replicate the setup.
Suggestion:
It would be super useful for support reps if there was a way to take a Site Health report, parse it, and automatically spin up a playground instance with the same setup.
This could for example be done via a browser extension or somewhere on the playground website with an ability to paste the report and spin up WP.
The text was updated successfully, but these errors were encountered: