Nate Conley

Results 5 comments of Nate Conley

@jeffpaul I'd be happy to start working through your list.

I have created a draft PR for this issue. Everything would benefit from review by someone with more context, but particularly: - `docs/connect-to-an-existing-post.md` - This might benefit from more details....

I created a [testing branch](https://github.com/10up/safe-redirect-manager/tree/testing/create-test-redirects) that adds two new commands for creating test rules: `wp safe-redirect-manager create-test ` and `wp safe-redirect-manager delete-test` (deletes all rules that were created with the...

I did some testing and research on this issue. I performed my testing with **10,000** redirect rules. My steps for setting up a base: 1. Delete all previous redirects. 1....

@dkotter In my opinion, the only other worthwhile optimization that I uncovered would be the `JOIN` statements (as opposed to gathering meta for each individual redirect), but this could easily...