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

       Web browser: ---
            Bug ID: 44017
           Summary: Leverage browser cache for JS and CSS (separate
                    requests for common and page-specific things)
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: MobileFrontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Currently, both JS and CSS are concatenated on every page and downloaded in a
single request (well, one for JS and one for CSS).

This has the following consequence: Our base JS and CSS (common for all the
pages) is (re)requested on every page because the browser sees it as a
different file and can't use cache.

To solve this we should serve common JS/CSS in one request and page-specific
JS/CSS (e.g. watchlist stuff, edit action) in a separate request.

-- 
You are receiving this mail because:
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