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 considerably reduces the load on the server.
E-commerce module: WebAcappella’s e-commerce module is particularly light on the server, since it doesn’t need an external database to run, avoiding the use of systems like MySQL.
Criteria |
WordPress (dynamic CMS) |
Static site (HTML/CSS/JS) |
|---|---|---|
CPU |
Medium to high (Dynamic queries, PHP, MySQL) |
Very low (Just 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) |
Near-zero (HTML direct) |