CB/perf: serve logo from Forgejo assets #131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "0ko/cb-logo-sametls"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Followup to !117
Currently the logo icons are being served unoptimized, and from a separate domain, which requires browser to perform another TLS handshake before it is able to download the logo, after it discovers the logo on the page.
So now it should be faster to download, and the alt text will be displayed for much less time.
Forgejo is already serving many assets, including it's own wordmark for the footer, so it shouldn't cause more load on the Forgejo server.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.