fast php redirect scripts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tonkagunner
    Confirmed User
    • Mar 2003
    • 830

    #1

    fast php redirect scripts

    I'm using something right now that is basically meta refresh on php script and I put in content="0 for refresh speed.

    It still seems like it is a little delayed when clicking on link before it redirects. Anyone know of a php script that is faster for this?
    Traffic Cash Gold
  • Wizard-X
    Confirmed User
    • Aug 2004
    • 111

    #2
    you doing a header('Location: http://www.somesite.com') ? you also might want to try the zend optimizer if the problem is the interpreter speed.

    Comment

    • tonkagunner
      Confirmed User
      • Mar 2003
      • 830

      #3
      no, I'm just doing meta refresh now. I'm not doing header thing. Is the header way faster?
      Traffic Cash Gold

      Comment

      • underzen
        Confirmed User
        • Aug 2004
        • 120

        #4
        I haven't noticed much difference with using a php header redirect over a standard html meta refresh. I guess with Zend and maybe mmcache you might notice a slight difference.

        Comment

        Working...