I don't care about performance, show me if security has improved! (which in the case of Wordpress can't be that hard)
WordPress security is complex. The core code is OK, security wise. Comparible to similar projects, I guess. The two major issues are that typically PHP runs with permission to modify the WordPress directory, which is useful for automatic upgrades, but means any exploit in any plugin, theme, etc. instantly becomes, "can replace WordPress". The other is that all themes and plugins are completely unsandboxed, and the qu…
This must be an oxymoron since complexity is the enemy of security.
I think what you meant to say was
> WordPress security is at best ad-hoc, and mostly non-existing