pingbacks testing

Q: Are pingbacks sent immediately when a post is published, or are they scheduled as a cron job? If the later is correct, how often does the job run and can I trigger it manually? A: You can install core control (wordpress plugin) to find out more. Q: Are there any other terms for PBs … Read more

Testing performance of WordPress files

No. And even if there was, it would be probably useless anyway. You would get incorrect results, because a .php file might call slow functions from WordPress core files, and there are a lot of situations like this. You could try using the xdebug extension, it’s pretty close to what you’re looking for

Available methods for a/b testing the content

I don’t think it is common enough task for there to be generic recommendations in WordPress area. Taking the more specific part of your question — manipulating template is certainly possible and quite common. Any template (being loaded in native fashion) will have to go through template_include filter Results of single template specifically will go … Read more

Set up PHPUnit with WordPress: The WordPress tests are 3 – 4 years old; does it matter?

That seems to be an old repo, you should use https://core.trac.wordpress.org/browser/trunk/tests. Obviously trunk should be used if you want to use the tests with 4.6. Not sure how much difference there is in the infrastructure between the version (in other words, it is unlikely that you care how core does a specific test, therefor the … Read more