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

Cannot load page after too much changes #238

Open
mjablecnik opened this issue May 18, 2024 · 1 comment
Open

Cannot load page after too much changes #238

mjablecnik opened this issue May 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mjablecnik
Copy link
Contributor

Description

When I am changing pages in default Jaspr template too fast so page loading is too long.

Steps To Reproduce

Screen.Recording.2024-05-18.at.21.mp4

Doctor Output

martin at Martins-MacBook-Air jaspr_project >>> jaspr doctor
[✓] Jaspr CLI (Version 0.12.0)
  • Dart Version 3.4.0 (stable) (Mon May 6 07:59:58 2024 -0700) on "macos_arm64" at /Users/martin/fvm/versions/3.22.0/bin/cache/dart-sdk/bin/dart
  • Running on macos Version 14.1 (Build 23B74) - Locale en-CZ
  • Analytics: Enabled

[✓] Current Project
  • Dependencies on core packages:
    • jaspr: ^0.12.0
    • jaspr_builder: ^0.12.0 (dev)
    • jaspr_web_compilers: ^4.0.9 (dev)
    • jaspr_router: ^0.4.1
  • Rendering mode: server
  • Uses jaspr compilers: true
  • Uses flutter embedding: false

Expected Behavior

Change pages without long loading.

Additional Context

Here are steps of project creation:

Screenshot 2024-05-18 at 21 28 06

@mjablecnik mjablecnik added the bug Something isn't working label May 18, 2024
@schultek
Copy link
Owner

I could trace it to some weird behaviour of shelf when piping through the sse connection to the build_web_compilers server. I don't know how to fix it though.

However this only happens during development and not production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants