local website is not cached

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all,

i have created a website presentation for my project with about 1000
pictures with only simple html. The website will not be online and is
intended to be use only offline from local disc. I don't know why but the
pictures are not cached. Is that a limitation to offline websites?
Also when I create simple code with only one picture in it, it's not cached.

Am I doing something wrong?

I'm using IE6.


Thanks
Boris
 
Hi Boris,

I am no expert, but it sounds logical not to make copies of local content as
there are no naming conflicts 'cause the resources are marshalled by the
file system and not a response sent from a web server.
A local internet server may be a different matter.
Regards.
 
OK, that's true. But for example:

I have my website project on a network harddisc and I want to open it on a
different computer. So I open it all the pictures are loaded, but not stored
on the local hardisc and therefore when I open the website again all the
pictures have to be loaded again and our network is very loaded and slow. So
have it on local hardisc is a big help.

And also I have a menu with positions MENU1, MENU2.... each has own page
with pictures. When I click on MENU1 all the pictures are loaded, showed and
not cached so when I click on other menu position and then later again on
MENU1 the page and the pictures have to be loaded again and that costs time.

B.
 
Back
Top