gothicuser
07-28-2006, 12:23 PM
I believe I read somewhere that to use the full image path is less processor intensive than to use variables
i.e:
http://fred.com/fredsforum/images/stylename/misc/image.gif
instead of:
$stylevar[imgdir_misc]/image.gif
What is your advice?
Oh, another thing just springs to mind, if the full path is recommended, is the URL needed?
i.e.:
http://fred.com/fredsforum/images/stylename/misc/image.gif
as opposed to:
/fredsforum/images/stylename/misc/image.gif
i.e:
http://fred.com/fredsforum/images/stylename/misc/image.gif
instead of:
$stylevar[imgdir_misc]/image.gif
What is your advice?
Oh, another thing just springs to mind, if the full path is recommended, is the URL needed?
i.e.:
http://fred.com/fredsforum/images/stylename/misc/image.gif
as opposed to:
/fredsforum/images/stylename/misc/image.gif