orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Resource file is too big #2803

Closed aminemeickel closed 4 months ago

aminemeickel commented 4 months ago

is there a way to reduce the size of published vendor js and css file is a bit to big when working on really poor connection

image

thank you

tabuna commented 4 months ago

Could you please let me know what size you consider acceptable? How do you see should supply file sizes reduce?

For comparison purposes, the alternative Laravel Nova:

Therefore, I don't think it's correct to say that the supplied file size is large, in isolation from the alternatives.

aminemeickel commented 4 months ago

the issue was from my setup, the cache was not enable therefore every action/refresh was downloading the entire resource thank you for your great work