[rt-devel] Link prefetching
Mike White
myk1 at ptgrey.com
Mon Mar 15 16:30:41 EST 2004
Hey all,
I think it would be interesting to experiment with link prefetching, ie,
adding something like this to the top of the ticket display:
<link rel="First" href="show_bug.cgi?id=196" />
<link rel="Prev" href="show_bug.cgi?id=247" />
<link rel="Next" href="show_bug.cgi?id=93" />
<link rel="Last" href="show_bug.cgi?id=1900" />
<link rel="Up" href="buglist.cgi?regetlastlist=1" />
<link rel="Contents" href="buglist.cgi?regetlastlist=1" />
..that's from a bugzilla bug.
Mozilla will prefetch cache the "Next" relative link to provide faster
navigation when going through tickets.
Can someone clue me in to where this modification could be made? Is it
as simple as putting html in rt3/share/html/Ticket/Elements/Tabs? Or
somewhere else under there? I'll post a patch if i get it working.
Thanks,
mike
More information about the Rt-devel
mailing list