question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove network calls from demo app

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:17 (12 by maintainers)

github_iconTop GitHub Comments

8reactions
Conduitrycommented, Mar 7, 2022

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.

5reactions
alexiglesias93commented, Mar 8, 2022

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 Loading states in the UI that explicitly show that the app is performing some requests in the background?

  • Show a Preloading Indicator when navigating through pages.
  • Show a loading spinner when creating/updating/deleting a TODO.
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found