editable-website
editable-website copied to clipboard
AMAZING! A few questions about performance and images
Hi there, Awesome project!
-
I use svelte along with some other frameworks like skeleton. On an exisiting project, is it possible to add the functionality?
-
Your thoughts on how many requests would be needed for SQLite before one needs a "Production" database. Most of my clients will have very low traffic.
-
What happens to images? How are those edited?
-
If this was a CLI that would patch existing sveltekit files it would be AWESOME!
-
Does the blog run off the sqlite too? how does all this handle new posts and images? Multiple users for a small team to manage? How does blog section parse youtube video links?
-
On hosts like digital ocean app platform, everytime i push a commit it will overwrite DB? So how do I make a longer term solution?
- you can, it will just need manual labour :)
- No idea, we haven't been any close to hit the limits. But you could always beef up your server
- images are compressed on the clientside using WebP and then stored in SQLite as well
- That sounds like too much magic. ;) But who knows, maybe some AI can do it? :D
- Yes, it all runs off sqlite. A new blog post is just a new entry in the posts table.
- Don't know about DigitalOcean, but we have a decent setup working with Fly.io (see these instructions here: https://www.postowl.com/docs/administration-guide/deploy/)