ok i'm writing a board scanner, that goes to boards and opens up all threads and searches for my keywords, works fine... its just i use file_get_contents() to put the whole site into a string for easy searching, i have one problem, its loading images/javascript too which i am assuming is why its slowing it down very bad..
now i will have this set to scan up to around 10 boards, and i tested it on 1 board, works great, except 1 board, and scanning 1 forum category it takes almost 3-5 minutes... i'm sure its because of loading javascript and all that jazz... any ideas how i can make this thing not be so slow?
now i will have this set to scan up to around 10 boards, and i tested it on 1 board, works great, except 1 board, and scanning 1 forum category it takes almost 3-5 minutes... i'm sure its because of loading javascript and all that jazz... any ideas how i can make this thing not be so slow?