The Roblox website does not load or function in the Firefox browser.
I’m currently using the most updated version and I disabled extensions to see if the problem would persist.
If I go to the Roblox website on a different browser like Edge it does seem to function as normal.
Expected behavior
I expect to see the discovery page, game pages and other pages to just load correctly.
Caching is a very common practice on the web - it stores a local copy of a static (un-changing) asset on your computer (such as images, javascript, styling, fonts), which speeds up page loading and reduces bandwidth usage. It’s a very important part of the modern web - and Roblox uses it extensively for all their web assets.
I think when Roblox makes a change, it causes things to break because they might not change the URLs to assets, which causes browsers to use the local copy cause it is still within the cache.
It would’ve worked eventually - but, it would’ve been a while for that I believe. I am not sure how big their TTL (time-to-live) values are, but I assume a while.
I’m familiar with the concept of caching, though I still find it weird websites in particular don’t compare version numbers and force re-catching if let’s say… the website version is too far off from the catched version.
It doesn’t seem like a very difficult thing to implement, and since it’s not time based but rather just comparing versions it might take less time for issue to resolve themselves automatically.