Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMAZING! A few questions about performance and images #21

Open
NafunaAfrica opened this issue Sep 14, 2023 · 1 comment
Open

AMAZING! A few questions about performance and images #21

NafunaAfrica opened this issue Sep 14, 2023 · 1 comment

Comments

@NafunaAfrica
Copy link

NafunaAfrica commented Sep 14, 2023

Hi there, Awesome project!

  1. I use svelte along with some other frameworks like skeleton. On an exisiting project, is it possible to add the functionality?

  2. 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.

  3. What happens to images? How are those edited?

  4. If this was a CLI that would patch existing sveltekit files it would be AWESOME!

  5. 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?

  6. 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?

@michael
Copy link
Owner

michael commented Sep 14, 2023

  1. you can, it will just need manual labour :)
  2. No idea, we haven't been any close to hit the limits. But you could always beef up your server
  3. images are compressed on the clientside using WebP and then stored in SQLite as well
  4. That sounds like too much magic. ;) But who knows, maybe some AI can do it? :D
  5. Yes, it all runs off sqlite. A new blog post is just a new entry in the posts table.
  6. 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/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants