I wonder if browsing can be speeded up by enabling @st.cache for inspector.visualize_image. I have tried with various options (allow_output_mutation=True, persist=True, even various hash_funcs= trying to avoid hashing certain types). But whatever I do, the server becomes extremely slow as soon as caching is activated.
I wonder if browsing can be speeded up by enabling
@st.cacheforinspector.visualize_image. I have tried with various options (allow_output_mutation=True,persist=True, even varioushash_funcs=trying to avoid hashing certain types). But whatever I do, the server becomes extremely slow as soon as caching is activated.