Quote:
Originally Posted by KrisP
I have run wget -b -O /dev/null -i detest2.txt -o links.txt and I can see in links.txt:
also I have installed datastore on forum.
If I copy/paste a link from links.txt it takes a long time to load - then if I paste same link second time in another browser it loads fast.
Shouldnt the link from links.txt load fast the first time after running wget ?
another problem: if I manually run :
that yields:
Still it dosent get cached - takes long time to load ...
|
If you can see the links and the HTML 200 success return codes, then all is well, as far as fetching links with wget.
Caching language translation results is a totally different process than fetching links. First you need to make sure you are actually fetching links.
Did you edit your URL files, -i detest2.txt, to include the language?
Please post a sample of your -i detest2.txt file and the corresponding output file -o links.txt.
Cheers.