https://bugzilla.wikimedia.org/show_bug.cgi?id=43805

Krinkle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Krinkle <[email protected]> ---
The exact urls are cached for 30 days, and can do so because they include the
version timestamp. If the module has been updated it will have a newer
timestamp in the startup module and the request url would be different.


If ResourceLoader (In reply to comment #0)
> Right now on MediaWiki.org this URL...
> https://bits.wikimedia.org/www.mediawiki.org/load.
> php?debug=false&lang=en&modules=ext.echo.
> base%2Cicons%2Coverlay&skin=vector&version=20130109T025749Z&*
> serves JS that was replaced with new code via a scap over 6 hours ago.
> 
> The correct code can be seen here:
> https://bits.wikimedia.org/test.wikipedia.org/load.
> php?debug=false&lang=en&modules=ext.echo.
> base%2Cicons%2Coverlay&skin=vector&version=20130109T025749Z&*
> 

Did you manually construct one of these urls or the browser make a request to
these exact urls from mediawiki.org and test.wikipedia.org? (meaning they both
got the exact same version timestamp)?

Because if they did in fact both get the same timestamp from the startup module
but serve different versions of of the javascript, that means the module was
changed in such a way that the timestamp wasn't updated, and one of them was
simply not cached during the previous version (i.e. nobody requested that
module on test.wikipedia.org in the last few days).

bug 37812?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to