View Single Post
Old 08-23-2014, 01:50 PM  
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,055
Hmm. the main reason for the speed issue is because the script is probably grabbing the xml file every time you navigate anywhere.

So, when the page initially loads..load the xml.
then when they click femals. load the xml.
then when they hit page 2. load the xml.

etc etc etc

Each time the xml loads, the script goes out to chaturbate, gets the file, pulls it across.

That page hit is probably the longest operation in any script doing this and sometimes chaturbate can time out while delivering the file. The entire time this is going on your site looks like it is doing nothing.

So, the best way to speed up something pulling this way is to pull the xml file once every so many minutes and store the info and then pull from the info store instead of from chaturbate.

that make sense?

.
__________________
All cookies cleared!
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote