Open-event-frontend: Improve Speed: Remove unused CSS

Created on 11 Nov 2020  路  4Comments  路  Source: fossasia/open-event-frontend

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.

Screenshot from 2020-11-11 10-49-55

codeheat enhancement

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

All 4 comments

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 !!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

prateekj117 picture prateekj117  路  5Comments

hpdang picture hpdang  路  5Comments

kushthedude picture kushthedude  路  4Comments

dependabot-preview[bot] picture dependabot-preview[bot]  路  5Comments

dilpreetsio picture dilpreetsio  路  4Comments