You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In holoviz/panel#5852 I'm reporting that for a simple app Panel is spending 2.75% of its load time resolving file paths.
Upon investigation I can see its because the paths to css files etc is hold by a Path parameter. And that implementation resolves a string path to a pathlib Path every time its asked for its value.
Please add some kind of caching to only resolve once
The text was updated successfully, but these errors were encountered:
Panel=
main
, param=2.0.1, python=3.10,os=linuxIn holoviz/panel#5852 I'm reporting that for a simple app Panel is spending 2.75% of its load time resolving file paths.
Upon investigation I can see its because the paths to css files etc is hold by a
Path
parameter. And that implementation resolves a string path to a pathlib Path every time its asked for its value.Please add some kind of caching to only resolve once
The text was updated successfully, but these errors were encountered: