this post was submitted on 18 Mar 2024
798 points (99.0% liked)

Technology

34655 readers
668 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TCB13@lemmy.world 1 points 7 months ago (1 children)

And how do you plan to manage your posts, database etc. and render stuff in those? You still need some backend solution like Wordpress, you can use vue as a frontend library for it… or vanilla JS, or jQuery..

[–] Harbinger01173430@lemmy.world 1 points 7 months ago (1 children)

Ah, for that I'll just dump some fast API or flask thing. Vue or flutter will just handle the front end

[–] TCB13@lemmy.world 1 points 7 months ago (1 children)

So... you are aware that FastAPI and Flask will always be significantly slower than Wordpress... because Python, always running processes etc.?

You're building a simple website / blog just use Wordpress, it will output most of the pages into plan simple and fast HTML, then add a few pieces of vanilla JS or Vue (if you're into that) to make things "fluffier". Why bother with constant XHR requests when you're just serving simple text pages?

With Wordpress you'll also get all the management, roles, permissions, backend for "free" and you can always, like sane people, cache the output of the most visited pages. Wordpress also provides a RESTful API if required.

[–] Harbinger01173430@lemmy.world 1 points 7 months ago

No I mean, I wanna make a full project but without bloating the front end website