According to the Google Page Speed test https://developers.google.com/speed/pagespeed/insights/?url=eventyay.com removing unused CSS could improve the speed by 2 seconds. Please improve the speed by implementing the recommended changes as outlined in this article https://web.dev/unused-css-rules.

Unfortunately that can't be done with ember. Ember bundles the entire application in a single JS file. So someone loading just a frontend page with a single line of JS or CSS will receive JS and CSS of every page and component. That can't be solved until we move to embroider (next generation ember bundler) which I try every month and is not ready yet, I tried just this morning. Refer #3837 #3634
I am working on this issue plz don't make pr for this
@Raunaksingh100 @mariobehling Is this till open? because I am interested to work
@Raunaksingh100 @mariobehling Is this till open? because I am interested to work
Go ahead !!
Most helpful comment
Unfortunately that can't be done with ember. Ember bundles the entire application in a single JS file. So someone loading just a frontend page with a single line of JS or CSS will receive JS and CSS of every page and component. That can't be solved until we move to embroider (next generation ember bundler) which I try every month and is not ready yet, I tried just this morning. Refer #3837 #3634