When running in JupyterLab in Safari the latest fastprogress has a very high CPU load, up to 100% on a relatively modern machine.
Profiling shows that Safari is spending almost all its time in loops of WebCore::Document::updateStyleIfNeeded. CPU load returns to normal if I remove everything from the <style> block of html_progress_bar, but then, of course, I get a generic progress bar style rather than one like that shown in the README.
When running in JupyterLab in Safari the latest fastprogress has a very high CPU load, up to 100% on a relatively modern machine.
Profiling shows that Safari is spending almost all its time in loops of
WebCore::Document::updateStyleIfNeeded. CPU load returns to normal if I remove everything from the<style>block ofhtml_progress_bar, but then, of course, I get a generic progress bar style rather than one like that shown in the README.