Comparison of resources consumed
WebAcappella has very few constraints, making it easy to deploy your website on almost any type of hosting.
- Minimal use of server resources: WebAcappella is designed to generate static pages, which significantly reduces the load on the server.
- E-commerce module: WebAcappella's e-commerce module is particularly light on the server since it does not need an external database to function, thus avoiding the use of systems such as MySQL.
| Criterion | WordPress (dynamic CMS) | Static site (HTML/CSS/JS) |
|---|---|---|
| CPU | Medium to high (dynamic queries, PHP, MySQL) | Very low (Just the web server) |
| RAM | Medium to high (PHP, cache, database) | Very low (Almost no server execution) |
| Storage | High (Database, plugins, themes, media) | Low (HTML, CSS, JS files, images) |
| Bandwidth | Variable (Optimized with cache) | Optimized (Fast loading of static files) |
| Server requests | Numerous (PHP + MySQL for each request) | Virtually zero (direct HTML) |