mozilla / coss

Mozilla's Community Support Software
https://discourse.mozilla-community.org/t/iam-coss-work-week-jan-2017/13497
Mozilla Public License 2.0
18 stars 20 forks source link

Fix PageSpeed Insights #488

Open hmitsch opened 6 years ago

hmitsch commented 6 years ago

Google PageSpeed Insights

https://developers.google.com/speed/pagespeed/insights/?url=opensource.mozilla.community&tab=mobile

Issues Reported

akatsoulas commented 6 years ago

@comzeradd did you have a chance to review this at all?

comzeradd commented 6 years ago

Yes, I checked most of the issues in this report. The suggestions expand to various levels, with most of them being on the infrastructure side of things. Should we convert this issue to a checklist or open separate issues?

akatsoulas commented 6 years ago

We can do some of them in the application (Django) level. That said, I believe the biggest issue is that we are using raw images without any manipulation which results in images of really big size. Can you have a look at this?

comzeradd commented 6 years ago

Yes, definitely. Wagtail provides some nice image manipulation helpers. I can work on this.