Remove network calls from demo app
See original GitHub issueDescribe the bug
I have seen so many people complaining that SvelteKit is slow. No one realizes that a locally created demo app would be making network calls.
E.g. https://discord.com/channels/457912077277855764/939868205869072444/950313663850508328
This would also solve our issues around eventual consistency: https://github.com/sveltejs/kit/issues/1564
Reproduction
I don’t know if these people have particularly slow network connections or the app or host is sometimes being quite slow
Logs
No response
System Info
N/A
Severity
annoyance
Additional Information
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:17 (12 by maintainers)
Top Results From Across the Web
How do I remove Samsungs Live Demo Unit Software? - iFixit
1 Comment: For that I was able to download this application in the App Store and it does do a factory reset but...
Read more >Retail demo mode | Android Open Source Project
The RetailDemo app in /packages/apps/RetailDemo has the ability to update the demo video if there is network connectivity. The URL to download ...
Read more >S10+ Live Demo Units have network capabilities. I think.
S10 live demo flash files. Hi, I owned a s10 live demo, I want the flash files to remove the demo version, can...
Read more >Remove demo data (instance security hardening)
Demo data, particularly demo accounts, are typically included when an instance is created. If so, all demo data should be removed prior to ......
Read more >Remove Twilio Demo Url for Sms and Voice through REST API
Api.V2010.Account; using Twilio.Types; var app = Host. ... so you can write your own code to make REST API calls, or use the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Even without the speed concerns, I’d be in favor of a tiny ad-hoc in-memory data store thing for the todo app rather than calling out to the Cloudflare KV API.
If the confusion is around the loading speed difference between static pages and the TODOs page, perhaps a simpler solution would be to just add some
Loadingstates in the UI that explicitly show that the app is performing some requests in the background?