Investigate ways to improve performance/responsiveness #22
Labels
infrastructure
Internal reworking without affecting available functionality.
UI/UX
Changes that affect the design or user experience of the project.
Milestone
There's currently a slight delay until the page is ready. It might be worth researching whether Pyodide allows pre-bundling modules so that they are loaded at the same time as the Pyodide script itself and not when the Python code is executed.
In any case, there is likely to always be a delay given the complexity of setting up a Python interpreter in the browser, so better UX for while the page isn't ready could also be a good idea.
The text was updated successfully, but these errors were encountered: