There's a distressing trend in computing where the computer tries to prevent you from having to know anything, and in doing so creates a LOT more work for you. I first noticed it when I was working with a content management system called Joomla about ten years ago.
A content management system or CMS is a kinda framework of scripts to (theoretically) make running a website easier. Instead of making a bunch of pages like about.html, faq.html, contact.html, tablesaws.html, you'd write your...
...articles into an article-writing page on your website, click the save button, and the article would go into a database. Then instead of someone going to mynewtablesaw.html they'd go to article.php?articlename=mynewtablesaw and the site would retrieve the article from the database, generate all the stuff around it like navigation links, add comments and stuff - it's WAY slower than just mynewtablesaw.html, like at least one maybe two orders of magnitude slower