Table performance improvements tips?

Building a new app with v3 and loving it so far 👍

For this app performance isn't much of an issue, but I have some other things I'd like to use Filament on where performance is critical.

Table rending is very slow at 50 rows x 15 columns. Debubar shows 3500 views being rendered. I know about turning off debugbar, but even with it off rendering takes a long time in this empty shell of an app with a few hundred rows of test data. Often over 1 second.

I've searched through Discord a bit but haven't found much. Are there any known techniques for improving the rendering speed?
Was this page helpful?