Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for static websites generation #12

Open
blackandred opened this issue Mar 18, 2023 · 0 comments
Open

Support for static websites generation #12

blackandred opened this issue Mar 18, 2023 · 0 comments

Comments

@blackandred
Copy link
Contributor

blackandred commented Mar 18, 2023

In order to improve the security and reduce maintenance costs we may do a PoC to try to introduce a concept of having whole Wordpress behind basic auth and serving only statically generated HTML to the visitors. Of course that should be an optional mode.

Benefits:

  • Reduces security surface significantly
  • Improves performance (no WAF required to protect WordPress, no security plugins required, visitors does not trigger PHP & Database)
  • No need to setup extra caching, just the client-side caching headers

Solutions worth to try:

Requirements:

  • Setup NGINX to behave differently (what about WP installation process to be available when this mode is on?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant