MichaelKim / ag-grid-svelte

A Svelte wrapper for ag-grid
https://ag-grid-svelte.michael.kim/guide
MIT License
54 stars 15 forks source link

CSS is incredibly slow to load with adapter node #16

Closed lightningorb closed 1 year ago

lightningorb commented 1 year ago

Hi,

Great project!

I tried deploying an app with ag-grid-svelte, however the app just got bogged down when time came to load ag grid's CSS. Is anyone else experiencing this behaviour?

It was bad enough for me to disable ag grid from the project (sadly).

If i were using the static adapter, this would likely not be a problem due to S3 / cloudfront. But with node it seems unusable; unless i'm doing something wrong.

Thanks.

lightningorb commented 1 year ago

Nevermind i'm using the CDN files from AGGrid instead

https://www.ag-grid.com/javascript-data-grid/themes/#cdn

This resolves the issue.