Hello everyone,
I am just trying to move from firebase CDN to Cloudflare, but somehow I can not bring my site to the same Lighthouse result. for example:
https://demo.uishops.com/?page=1&sortBy=date&sortDirection=asc
https://trendee.ph/?sortBy=date&sortDirection=asc&page=1
This is the exact same site with same items, but the served one by Cloudflare (demo.uishops) shows error - “Enable text compression” on the .js chunks, and the another error “Avoid enormous network payloads” is also influenced by the big sizes of the js files.
I check on the firebase this files are just around 130KB while on Cloudflare cdn they are 500+KB.
In Cloudflare I set Brotli ON and in the header of the js files there is also
accept-encoding: gzip, deflate, br
So the question is - am I doing something wrong, or what is the problem?
Best regards and thanks for any help