I really don't know much about html, php, or really anything for that matter, but I'm trying to think of ways to make pages load faster.
My question is:
Is prefetching a legitimate way of speeding up load times?
These are the prefetching links that I was thinking about applying to my footer template:
PHP Code:
<meta http-equiv="Link" content="<$address$address2&page=$nextpage>; rel=prefetch">
<meta http-equiv="Link" content="<showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest>; rel=prefetch">
<meta http-equiv="Link" content="<showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest>; rel=prefetch">
Is this a good idea, or just simple minded thinking from a novice?