I copied js and css to another server , How do I make the index point to these files?
I have tried in header.html, but not worked, what it does is to duplicate them
I copied js and css to another server , How do I make the index point to these files? I have tried in header.html, but not worked, what it does is to duplicate them |
Why would you want to do this? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I am trying to share items load time of my page , for that I am going to try using two domains and two hosting , separating the dynamic static elements . This is just a test , Hopefully the effort worthwhile . you have some idea of how to do this more easy , what I did was to put the links manually in the head , but it is very difficult to
any idea? |
It's easy enough to load js from a different site, but it doesn't make any sense to me. What do you hope to accomplish? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I guess the way i think of it is sort of a Raid 0 approuch rather then Raid 5.. same thing if one disk fails the entire site fails.... https://dolphin-techs.com - Skype: Dolphin Techs |
Here is better explained http://code.google.com/intl/es-ES/speed/page-speed/docs/rtt.html read the last part , in the title "Parallelize downloads across hostnames" do you believe that I can do this? |