Log in

View Full Version : Good idea or....not?


mhackl
10-16-2007, 07:56 PM
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:


<meta http-equiv="Link" content="&lt;$address$address2&amp;page=$nextpage&gt;; rel=prefetch">

<meta http-equiv="Link" content="&lt;showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest&gt;; rel=prefetch">

<meta http-equiv="Link" content="&lt;showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest&gt;; rel=prefetch">



Is this a good idea, or just simple minded thinking from a novice?

nexialys
10-16-2007, 08:53 PM
Is this a good idea, or just simple minded thinking from a novice?

actually, i would vote for the second guess... anything in what you suggested is not even compliant codes...

also, to prefetch links, your web browser have this capability now... if you use Firefox or Safari... so there is no need to create new content in the webpage for that.

mhackl
10-17-2007, 01:19 AM
Thank you for the feedback. Like I said, I know very little about this stuff. More accurately, just enough to be dangerous.