Hello, does anyone know of an online Search Engine Cache Simulator? I have a site that has some problems with cache - Cached versions of the pages, (I suspect css is not loading properly in the cached version) and I want to find out what is the problem, so I basically need a way to see how the site would look when cached in search engines without waiting for it to actually get re-cached. Any suggestions are welcome! Thanks
You can simply use lynx or links to access the page and save source. You can now open the source in your browser to see how it will look like when it's cached. If you are using relative images / ccs, they might not be shown properly.
I am sorry, I dont understand... lynx? Do you mean to save the source locally and open the file via browser?