Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Caching links
#1
Is it possible to add a feature that caches links that already has been checked and automatically mark those links as dead/alive without checking them again? It would speed up a lot of things.

Thanks for your hard work.
Reply
#2
(03-06-2017, 09:13 AM)Nenad__ Wrote: Is it possible to add a feature that caches links that already has been checked and automatically mark those links as dead/alive without checking them again? It would speed up a lot of things.

Thanks for your hard work.

i don't know a way to do that.
Reply
#3
Ok, thanks. If you find out how to do it it would be great addition to the script. Smile
Reply
#4
Here is an idea how it could work.

http://stackoverflow.com/questions/14266...a-variable

The checked links should be added to a localStorage for 1 minute. Dead links to localStorage['dead'], alive links to localStorage['alive'] etc. and to the values of localStorage should be given a class "alive_link", "adead_link" etc to be recognized and shown on the page as dead or alive.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)