
In this article, we are going to teach about Introducing the Simply Static WordPress plugin. Simply Static is the easiest way to create a static site. This program crawls through your WordPress site and creates static copies of your pages and includes assets such as style sheets and JavaScript files. When done, it puts your static files into a ZIP file or moves them to a new directory on your web server. You can then use these static files to provide services to a site while keeping WordPress hidden in a safe place.
Introduction to Simply Static WordPress plugin
Simply Static is a static site generator that turns your existing WordPress website into a static website that you can host on your server, a static hosting provider, or a CDN. This plugin improves the performance of your website and minimizes security risks, as it eliminates the connection between your traditional server and your static website.
Simply Static can also be used by local development tools such as LocalWP or Lando to develop your website offline and create a static site online. This will reduce your hosting costs to zero (depending on your needs and the service/provider used).
Turning your website into a static website can improve your performance. Simply Static deletes all your database requests, reducing the bytes for the first time.
This is especially true for websites that use long pages with animations, charts, and other heavy-duty tools like sliders.
Features of the Simply Static WordPress Plugin
In the continuation of this article, we want to mention some of the most important features of the Simply Static WordPress plugin for you. We tried to explain both the advantages and disadvantages of the Simply Static WordPress plugin fairly. Please follow us further.
Advantages of Simply Static WordPress Plugin
1) Performance
Turning your website into a static website can greatly improve your performance. Simply Static deletes all your database requests, reducing the bytes for the first time. This is especially true for websites that use long pages with animations, charts, and other heavy-duty tools like sliders.
2) Security
Removing a connection to your database and traditional server reduces the risk of being hacked. This will keep the stress of your WordPress website up to date and keep your data Secure (locally or in a protected environment).
3) Reduce hosting costs
Using the Simply Static plugin on your website at one of the fixed hosting providers, CDN or S3 bucket reduces the amount of money required for reliable web hosting. With the right setup, you can even host your website completely for free (Cloudflare Pages and GitHub Pages for example).
4) Local development
Develop your site locally and just click on the issued static website on a server. To make sure everything works as expected, I created a list of development tools that are completely supported:
– LocalWP
– Lando
I strongly recommend that you do not use other tools for local development if you are not a programmer, as in most cases the installation of manual packages is required.
Disadvantages of Simply Static WordPress Plugin
The WordPress plugin is simply statically susceptible to numerous vulnerabilities, including cross-site scripting and cross-site request fake vulnerabilities. Abuse of these issues could allow an attacker to execute arbitrary script code in an anonymous user’s browser on the affected site. It is also possible to allow the attacker to steal cookie-based authentication and perform other attacks. Or perform certain administrative actions and gain unauthorized access to the affected application.
How to Use Simply Static WordPress Plugin
There are two ways to install the Simply Static WordPress plugin:
A) The first way to install the Simply Static WordPress Plugin
1- Log in to your WordPress website.
2- In the menu on the left, select Plugins and then click Add New.
3- In the Search Plugins box, type “Simply Static” and press Enter.
4- Provides a list of search results that should include the Simply Static plugin. Click the Install Now button to install the plugin.
5- After installing the plugin, it is time to activate it. Click on the plugin to activate the link.
The Simply Static plugin is installed and available in the left menu.
———– ———– ———– ———– ———– ———– ———– ———–
———– ———– ———– ———– ———– ———– ———– ———–
B) The Second way to install the Simply Static WordPress Plugin
1) Upload the whole simply-static to the /wp-content/plugins/ directory.
2) Activate the plugin through the ‘Plugins‘ menu in WordPress.
Conclusion
Simply Static generates static (HTML) versions of your WordPress pages. It works a bit like a web crawler, starting from the main page of your website and looking for links to other pages to create fixed versions of it. It also contains any images, CSS, JS files, and any other file that can be linked to. As Simply Static creates static pages, it automatically replaces WordPress installation URLs with (a) absolute URLs, in your preferred domain, or (b) relative URLs. So you can add static files to any Host domain or (c) URLs created for offline use so you can browse the site locally on your computer.
No Comments