Removing javascript from loading in magento website -


i have problem, have 3 javascripts loaded don't use. delay website second. can tell me how can remove javascripts being loaded/looked for? here under website log : i'd remove jquery, superfish , hoverintent. js can't find them! in advance.

go magento website root , follow directory path:

app/design/fronted/[your-package]/[your-theme]/layout/ 

open file page.xml

localize <block type="page/html_head" name="head" as="head">

under block se lots of <action> tags wich add javascript files default. remove ones delay load.

if cant find page.xml in path, try looking in default theme, , if fails too, fall base/default/.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -