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.

Degraded editor performance during file compression

See original GitHub issue

Bug report

Packages affected

  • sandpack-client
  • sandpack-react

Description of the problem

Hi! First off, thank you for this amazing tool šŸ™ It has been an extremely simple process to get up and running with an embedded code editor, which is incredibly awesome.

The issue I noticed is that when using the suggested strategy for using private NPM packages, Iā€™ve noticed that if the package is large, it can cause a really notable lag when trying to use the editor (see the video below). From what I can tell, this happens because when the files change, it kicks of a useEffect that compresses the files.

With smaller files, that makes a lot of sense and allows the ability to open in a codesandbox anytime with little delay, which is awesome. However, it seems that if this is the go-to strategy for using private packages, it may benefit from having a way to avoid this behavior for larger packages. The options I thought of were:

  1. Add an option in the options or customSetup to remove the ā€œOpen in Codesandbox buttonā€
  2. Make the compression an asynchronous process that does not block the main thread (and a loader can show in the button till itā€™s complete)
  3. Implement a caching strategy to avoid re-compressing large files (maybe detect which file changed and only re-process them?)

Iā€™m not familiar enough with the package to know which of these, if any, are viable, but option 1 seemed like itā€™d be relatively straight forward compared to the others.

https://user-images.githubusercontent.com/46691367/163629990-c00a8e2e-5109-423a-9f68-37ce532ce459.mov

(Apologies if the video is unclear, but anytime that typing stops, itā€™s because itā€™s lagging)

Note: I tried running with autorun: false and recompileMode: 'delayed' to try to change the behavior, and they might have helped a little bit, but the issue persisted.

What were you doing when the problem occurred?

Editing a file while using a very large UI library package as a dependency.

What steps can we take to reproduce the problem?

  • Use this strategy to add in a LARGE custom package. Unfortunately mine is private or else Iā€™d set up an example using it, but itā€™s a 2.3MB bundle comprised of a relatively large UI component library.
  • Attempt to edit a code file that imports that library

Your Environment

Software Name/Version
Sandpack-client version 0.15.2
Sandpack-react version 0.15.2
Browser chrome / 100.0.4896.88
Operating System macOS / 12.3.1

Apologies if this a duplicate issue or thereā€™s already an easy way to go about this!

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
danilowozcommented, Apr 22, 2022
1reaction
joebingham-wkcommented, Apr 21, 2022

Those are good questions. I only know how to use web workers conceptually, so itā€™d be really interesting to see if they do work here.

Thank you for giving me the chance to take a stab at it, but Iā€™ll let yaā€™ll decide when the best time to make this change is! The initial solution of exposing showOpenInCodeSandbox works great for my use case, so from my perspective there isnā€™t a hurry to try the web worker approach.

Itā€™s an awesome project though. Iā€™ll keep the project in mind when I have capacity to do some OSS contributions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

JPG Pics: Quality degradation when re-saved
Editing the file in photoshop and resaving will degrade the image. This is due to the recompression of the files when it is...
Read more >
What are Lossless and Lossy Compression?
Lossless and lossy compression describe whether original data can be recovered when a file is uncompressed. Learn the pros and cons of each...
Read more >
Will the Quality of a .jpg file degrade every time I copy, ...
Your image/photo editor will do exactly that when you save the file, but it will only degrade if you opened the already-encoded JPEG...
Read more >
How To Optimize Images for Web and Performance
This will degrade the image, so you'll have to be careful of how much to reduce the image. The file size can be...
Read more >
The Beginner's Guide to Compressing Video Files
Each time you compress a video, the quality is degraded. If you are creating multiple quality and size versions of your video, it...
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