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

--- Comment #4 from Brion Vibber <[email protected]> ---
Couple quick drive-by notes:

* If most page views only need one tooltip, that should probably be bundled as
a message in the main ResourceLoader module...

* Can the whole thing be redone as a ResourceLoader module (which *would* be
served from bits), or is the format of the API calls locked in in some way that
prevents that? It looks like it doesn't rely on anything user- or
session-specific.

* I do see some public caching headers being set in the source:

        $this->getMain()->setCacheMode( 'public' );
        $this->getMain()->setCacheMaxAge( 300 );

however I don't know if all those make it through to the outside.

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

Reply via email to