How to make js load fast?
It is a bit annoying to see how the native input is rendered first and then the styled input, it is more noticeable in the:
multiple select, toggle, file upload, and I haven't tried all the components yet.
I put an image in the following message
7 Replies
a moment later it changes from native to styled
this is entirely up to your browser and network, there is nothing Filament can do to prevent this.
I have tried it in Chrome and Firefox, the same thing happens in both, as for the network it is not, because all the files (css and js) are cached
Does it just happen to me or does it happen to everyone?
I’ve seen it before. But it’s not often for me. Even if the css and js is cached the browser still has to process it. Could even be a cpu issue causing the browser to run slower.
I have an AMD Ryzen 5 5600X processor, I have also tried it with another computer and a mobile phone and the same thing happens.