You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider changing your 504 error page to not embed 5 woff, 2 eot, and 1 truetype fonts as data: urls. The page is 3/4mb. >1/4mb of that is fonts (plus 250kb for an svg, and another ~75k for two pngs). The entire response is dumped by coverallsapp/github-action@v2 when hit, as in https://github.com/PowerDNS/pdns/actions/runs/10411289118/job/29294135610#step:2:85
While you're fixing the 504 page (by removing the 700kb of noise), could you change it to actually say Five Zero Four -- it might be hard to notice in the noise, but it's a little easier with the noise omitted:
<bodyid="errorPage"><divclass="cf-error-details cf-error-504"><h1>Gateway time-out</h1><p>The web server reported a gateway time-out error.</p><ul><li>Ray ID: 8b9a6d7d1fd32ab7</li><li>Your IP address: 20.172.5.45</li><li>Error reference number: 504</li><li>Cloudflare Location: Los Angeles</li></ul></div>
...
<divclass="container site-wrapper"><h1><imgalt="Public_stomp" src="">
Five Zero Zero
</h1><divclass="alert alert-error"><h3>It's Gone Pear Shaped</h3><p>There has been a hiccup, the revolution will continue after we stamp out the refusniks. You could also try refreshing or returning to the home page.</p></div>
The text was updated successfully, but these errors were encountered:
Please consider changing your 504 error page to not embed 5 woff, 2 eot, and 1 truetype fonts as data: urls. The page is 3/4mb. >1/4mb of that is fonts (plus 250kb for an svg, and another ~75k for two pngs). The entire response is dumped by
coverallsapp/github-action@v2
when hit, as in https://github.com/PowerDNS/pdns/actions/runs/10411289118/job/29294135610#step:2:85While you're fixing the 504 page (by removing the 700kb of noise), could you change it to actually say
Five Zero Four
-- it might be hard to notice in the noise, but it's a little easier with the noise omitted:...
The text was updated successfully, but these errors were encountered: