Hi Sascha & Jacques If you view the source of any of the /ecommerce/ pages you should see:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Featured Products: OFBiz E-Commerce Store</title> <link rel="shortcut icon" href="/images/ofbiz.ico" /> <script type="text/javascript" src="/images/jquery/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-en_US.js"></script> <script type="text/javascript" src="/images/jquery/ui/development-bundle/ui/jquery.ui.datepicker.js"></script> <script type="text/javascript" src="/images/jquery/plugins/validate/jquery.validate.min.js"></script> <script type="text/javascript" src="/images/jquery/ui/js/jquery-ui-1.8.6.custom.min.js"></script> <script type="text/javascript" src="/images/jquery/plugins/datetimepicker/jquery-ui-timepicker-addon-0.9.3.min.js"></script> <script type="text/javascript" src="/images/fieldlookup.js"></script> <script type="text/javascript" src="/images/selectall.js"></script> <link rel="stylesheet" href="/ecommerce/images/blog.css" type="text/css"/> <link rel="stylesheet" href="/images/ecommain.css" type="text/css"/> <link rel="stylesheet" href="/content/images/contentForum.css" type="text/css"/> I found the 404 because I was running www.webpagetest.org against the home page and in the waterfall I spotted the 2 jquery files - test results are here if you fancy a distraction for 2 mins http://www.webpagetest.org/result/110223_1A_1N7C/ Sam On 23 Feb 2011, at 17:19, Sascha Rodekamp wrote: > Hey Sam, hey Jacques, > i 'm also not sure. But i'll double check this tonight. And if it is really > obsolete i'll remove it :-) > > Cheers guys > > > 2011/2/23 Jacques Le Roux <[email protected]> > >> From: "Sam Hamilton" <[email protected]> >> >>> Afraid I don't know how to tell the difference when a script calls jquery >>> or jquery ui? >>> >> >> Honestly I think we don't use jQuery UI OOTB. You could try to remove it >> and see what happens... >> >> >> Sorry don't understand what you mean by "default and handled internally" - >>> the page is pointing to a missing script which it might or might not need - >>> again not sure how to tell.... >>> >> >> How did you get this URL? The software should not send you there... >> >> Jacques >> >> >> Sam >>> >>> >>> >>> On 22 Feb 2011, at 15:43, Jacques Le Roux wrote: >>> >>> I did not check if we use jQuery UI in eCommerce. Indeed 205 913 bytes >>>> is not negligible, but we should be sure before removing it that we are not >>>> using it OOTB, did you check? >>>> For jquery.ui.datepicker-en_US.js is not provided by jQuery UI because >>>> it's the default and handled internally. >>>> >>>> Jacques >>>> >>>> From: "Sam Hamilton" <[email protected]> >>>> >>>>> Was just running round the ecommerce site when I noticed that both >>>>> jquery-1.4.2.min.js and jquery-ui-1.8.6.custom.min.js are served when >>>>> loading /ecommerce/ pages? Isn't that rather excessive and only >>>>> jquery-1.4.2.min.js should be called? >>>>> >>>>> On another note >>>>> http://demo-trunk.ofbiz.apache.org/images/jquery/ui/development-bundle/ui/i18n/jquery.ui.datepicker-en_US.jsis >>>>> 404ing out. >>>>> >>>>> Sam >>>>> >>>> >>>> >>>> >>> >>> >> >> > > > -- > Sascha Rodekamp > Lynx-Consulting GmbH > Johanniskirchplatz 6 > D-33615 Bielefeld > http://www.lynx.de
