jquery solution needed .... helllpppp!

Discussion in 'jQuery' started by darrens, Oct 18, 2012.

  1. #1
    Guys,

    Got a massive problem ... and need a solution!

    So my main site lets say is called mainsite.com
    On my mainsite.com i have a bunch of external links for example
    www . external.com/search.php?type=xxx&date=xxx&id=xxx&product=xxx

    When my visitors click on these links they load fine for all but one problem .... they take 20-30 seconds to load!!!!
    The reason for this is the target url on external.com is performing a product search.
    So what im finding is my visitors are leaving before the link loads!

    Anyone have any solutions i can try?

    I can not make any changes to external.com as its not my site! i can only add something to mainsite.com ????

    Help please .... its bloody killing me!!!!
     
    darrens, Oct 18, 2012 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    It takes as long as it takes the external site to do its thing.

    You can put up a message, just before you go to the external site, saying that it's going to take about 30 seconds to look up the products. Or you can host it all on your site. (But you'd need the database of products and you'd have to write all the code that's on the external site.)

    But no, there's nothing you can do to speed up the external site unless you owned it and could improve its code.
     
    Rukbat, Oct 28, 2012 IP