Re: [Koha-devel] combining and minification of javascript and css
At 08:36 PM 4/7/2012 -0400, Chris Nighswonger wrote:
On Sat, Apr 7, 2012 at 6:02 PM, Dobrica Pavlinusic <dpavlin@rot13.org> wrote: I would like to address this one as part of performance work. [snip] Minification alone doesn't buy us much:
OPAC search: minify js 334974 -> 311553 93.01% minify css 148277 -> 133128 89.78%
intranet search: minify js 382102 -> 362172 94.78% minify css 134754 -> 123771 91.85%
But combining JS and CSS files together saves us round-trips to server:
OPAC 32 -> 20 requests intranet 27 -> 13 requests
Has anyone tried using "page speed v1.12" (the google add-on to bugzilla) which although designed for chrome will work with firefox? Google seem to be quite keen on the 'minify' principle (see <http://code.google.com/p/minify/>.) It has started pushing me towards looking at various combinations of 'minify' (in itself not a great saver, as stated above, as it seems just to remove white space and comments then unify logic on a single line basis), 'combination' (which might have limits with the variety of somewhat older browsers) and x-cache which has advantages, but only in a stable environment -- try changing a favicon ;={ First thoughts from my end seem to point towards combining (css files separately from js at this point in time) into what's needed to display the page ("instant gui gratification") and what can be slightly delayed ("page functions") and getting the download server==>client in the correct order. Best - Paul
Can any one of you please send me sample marc records (.mrc file) for journal articles downloaded from Koha ? thanks in advance, Dr.G.K.Manjunath Chief Librarian Indira Gandhi Inst of Development Research Film City Road Santosh Nagar Goregaon(East ) MUMBAI - 400 065 India Phone: 022-28416528
If you go to our demo system at demo-admin.calyx.net.au (user anne, password koha) you can export a marc file from the Tools menu. No responsibility taken for their quality. :) Hope this helps, Bob Birchall Calyx On 26/09/12 15:45, G.K.MANJUNATH wrote:
Can any one of you please send me sample marc records (.mrc file) for journal articles downloaded from Koha ?
thanks in advance,
Dr.G.K.Manjunath Chief Librarian Indira Gandhi Inst of Development Research Film City Road Santosh Nagar Goregaon(East ) MUMBAI - 400 065 India Phone: 022-28416528
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Bob Birchall Director Calyx Group Pty Limited Mob: 0414 796 988 Email: bob@calyx.net.au Web: www.calyx.net.au Participating in the Koha Open ILS project: http://koha-community.org
participants (3)
-
Bob Birchall -
G.K.MANJUNATH -
Paul