sgrimes / freebase-site

Automatically exported from code.google.com/p/freebase-site
0 stars 0 forks source link

freebase.mf.js/css should be separate requests for cacheability #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently freebase.mf.js and freebase.mf.css is lumped together with the 
specific app js/css retrieved as a single http request. We should separate 
freebase.mf.js/css as separate requests so that they are cached/shared across 
apps.

Original issue reported on code.google.com by daep...@google.com on 2 Nov 2010 at 5:48

GoogleCodeExporter commented 9 years ago
To test please make sure freebase.mf.js and freebase.mf.css is requested 
separately from the app css and js in all freebase site apps/pages.

Original comment by daep...@google.com on 3 Nov 2010 at 12:37