magfest-archive / guests

Magfest band management plugin for ubersystem
GNU Affero General Public License v3.0
1 stars 1 forks source link

aggressively trim more whitespace #128

Closed binary1230 closed 6 years ago

binary1230 commented 6 years ago

noticed this page was loading really slow on my phone, but pageload time on server was fine.

the file being sent was 2.0MB and mostly whitespace. adding in the '-' characters more aggressively strips whitespace. not sure if this will help too much but, definitely trims the page a ton.

before(left), after(right): image

binary1230 commented 6 years ago

merge with https://github.com/magfest/ubersystem/pull/2986

kitsuta commented 6 years ago

Oh wow, we probably just need to start using {% -%} as a standard in our codebase. I had no idea that was a thing. +1!