Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: PHP with Zeev Suraski
Description: WordPress is a free and open-source content management system, or CMS, written in PHP. Since its release in 2003, WordPress has become ubiquitous on the web. It is estimated that roughly 60 million websites use WordPress as a CMS. However, despite its popularity, Wordpress has limitations in its design. Wordpress sites are dynamic, and the front and back end are tightly coupled. A dynamic, full-stack application can be useful when handling complex functionality, but it also slows down the site and opens up security vulnerabilities.Β Strattic is a static site generator and hosting platform that specializes in converting WordPress s...