Rubygems.org: Sponsor logos aren't displaying properly

Created on 15 Jan 2020  路  2Comments  路  Source: rubygems/rubygems.org

It looks like the old /sponsors.png is being cached in production, so the sponsor logos aren't displaying correctly (the RubyCentral logo is duplicated at the end):

image

Two potential fixes:

  1. Invalidate the CDN cache for /sponsors.png, if possible
  2. Add a cache buster to the sprite in the CSS:
    background-image: url(/sponsors.png?v2);

@dwradcliffe @colby-swandale do either of these work? I'll send a PR for 2) just in case.

Most helpful comment

I've purged the URL, and it looks correct to me. It might take a little bit to clear out of browser caches but I don't think it will be long. Thanks @joshuap for noticing!

All 2 comments

@joshuap we're looking into purging sponsors.png from the fastly cache

I've purged the URL, and it looks correct to me. It might take a little bit to clear out of browser caches but I don't think it will be long. Thanks @joshuap for noticing!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

localhostdotdev picture localhostdotdev  路  8Comments

coilysiren picture coilysiren  路  3Comments

grosser picture grosser  路  6Comments

h0jeZvgoxFepBQ2C picture h0jeZvgoxFepBQ2C  路  4Comments

forced-request picture forced-request  路  6Comments