• I just recently ran a YSlow test on my site and found that I have 25 external javascripts, 7 external style sheets, and 9 external background images. It has said to combine these respectively into their own combination folders. I am not great with HTML so I do not even know where to located these files, let alone how to combine them.

    Can anyone help me out?

    My site is https://blindivan.com/blog

Viewing 4 replies - 1 through 4 (of 4 total)
  • View Source then search for “<script type=”. You should be able to read the src urls and find them from there.

    Looks like your theme is loading a number of .js files and plugins are loading a few. The rest I can’t tell at a glance. I am seeing that you are loading the same, or similar, files multiple times though.

    Thread Starter blindivan

    (@blindivan)

    what php file do I look under?

    Just “view source” in your web browser. In FireFox, right click on the page and look for “View Page Source” in the popup menu, then follow my earlier instructions for finding the URLs.

    Thread Starter blindivan

    (@blindivan)

    alright i did that. now how do i combine these scripts?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to find external javascript and stylesheets?’ is closed to new replies.