Scale to the clouds
In this article I’m describing how you could run a highly scalable, high performing and secure WordPress installation on Microsoft Azure.
In this article I’m describing how you could run a highly scalable, high performing and secure WordPress installation on Microsoft Azure.
In this article I’m adding another page that will display the contents of an article while I provide links to this page in the main page.
Static content should be delivered fast and preferrably without many processes on top to slow it down. Nginx is very suited for this job.
Add a layer of protection between your static HTML frontend and the WordPress API as backend. This will ensure no direct calls can be made against WordPress and gives you control over what kind of requests you allow.
(more…)Creating a static HTML page to access the WordPress REST API and pull in the article titles without requiring PHP or any other language engine.