Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread Krist van Besien
On Thu, Mar 20, 2008 at 5:15 PM, Scott Gifford <[EMAIL PROTECTED]> wrote: > If you could hook up a filter like this in the proxy, it could parse > the HTML, find IMG SRC commands, then fork off to a background process > to get them and put them in the cache (the easiest way would be to > just

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread Scott Gifford
"Krist van Besien" <[EMAIL PROTECTED]> writes: [...] > What I now want to do, is have apache (or something else) look at the > content of the response that comes from the backend, and _prefetch_ > all the images that are linked in it, so that when the request for the > images comes they are alrea

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread EJMcLeod
AMSubject Re: [EMAIL PROTECTED] Prefetch Please respond to

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread Krist van Besien
On Thu, Mar 20, 2008 at 4:21 PM, <[EMAIL PROTECTED]> wrote: > That is what a pre load does on a web page. My suggestion is since the > dynamics fo a mobile page are built into the funtions of the regular web > page you should have the designer set a preload for the images at the > begining of t

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread EJMcLeod
3/20/2008 08:05 AMSubject Re: [EMAIL PROTECTED] Prefetch

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread Krist van Besien
On Thu, Mar 20, 2008 at 3:37 PM, <[EMAIL PROTECTED]> wrote: > you could pre load the images as part of the web pages directory. All > though if there are a lot of images it could drag your speed down.. I don't understand. What do you mean by that? Our problem is that everything is generated dyn

Re: [EMAIL PROTECTED] Prefetch

2008-03-20 Thread EJMcLeod
2008 03:07 AMSubject [EMAIL PROTECTED] Prefetch Please

[EMAIL PROTECTED] Prefetch

2008-03-20 Thread Krist van Besien
Hello list, Maybe not apache relate, but since there are so many web professionals here one of you might have a hint for me. The situation is the following: - We have a web portal used by mobile phones. The "front end" is an apache server. Typical request is: Mobile phone requests page from apac