Wordpress is a [[CMS]] written in [[PHP]] that runs on the [[MERN]] stack. It has strong user adoption and a very easy to use editor. It's hyper-flexible, and it frequently is used as a [[Full Stack Framework]]. Wordpress can slow down on client sites with a lot of plugins. #grow this. ## Core Features ### Cache Groups ## Editing ### Gutenberg ### ACF ## Ideal Wordpress Site Pages should be render-able statically, from HTML. Sites deployed for clients should have an auditing plugin (such as Simple History) added. ## Tips * You can reset a password with database access by MD5 hashing the new password and putting it in the password field. # References