![]() |
|
#1
|
|||
|
The p99 wiki is soooo laggy. I just got back to the game and it takes forever to load pages if they dont 502 first.
I know you can download the whole of wikipedia and its only 98Gb... I'm pretty sure the p99 website has to be a fraction of that. I browse it on my laptop when I'm out at the lake house where there is no internet. So yeah... is there a link I can download or should I just get to scraping? | ||
|
#2
|
|||
|
There is no link, because if it existed it would constantly have to be rebuilt every time anyone updates their Magelo (or anything else).
As for scraping, there might be a tool out there that can do it, but personally I'd just use AI to do it with custom code. However, if you do it, one detail is critically important: only scrape at off hours (eg 1am PST) and "rate limit" your scraper to only fetch a page a minute. If you don't do that you're effectively attacking the wiki and preventing anyone else from using it ... and I wouldn't be surprised if Rogean has code to blacklist IPs that do that sort of thing.
__________________
Loramin Frostseer <Anonymous>, Hetch<Anonymous>, Tecla <Kingdom>, ... Check out the "Where To Go For XP/For Treasure?" Guides Anyone can improve the wiki! If you are new to the Blue or Green servers, you can improve the wiki to earn a "welcome package" of platinum and/or gear! Send me a forum message for details. | ||
|
#3
|
||||
|
Quote:
| |||
|
#4
|
|||
|
Right, but whoever is spamming the wiki right now is probably not a player here; it's some loser hawking penis pills and other garbage.
Presumably you don't want to be like them because A) you don't want to ruin the wiki for others, and B) unlike the spammer, if Rogean does blacklist your IP you'll actually care (because you won't be able to play anymore). To be clear, I have no idea what protective measures Rogean does or doesn't have in place ... but again, even if B) isn't a concern, I'd hope A) is.
__________________
Loramin Frostseer <Anonymous>, Hetch<Anonymous>, Tecla <Kingdom>, ... Check out the "Where To Go For XP/For Treasure?" Guides Anyone can improve the wiki! If you are new to the Blue or Green servers, you can improve the wiki to earn a "welcome package" of platinum and/or gear! Send me a forum message for details. | ||
|
#5
|
|||
|
__________________
![]() | ||
|
#6
|
||||
|
Quote:
__________________
--Blue Server-- Marto - 60 Halfling Druid Plumbottom - 60 Dark Elf Cleric --Red Server-- Smarrto - 60 Iksar Necro Mardo - 60 Dwarven Cleric | |||
|
#7
|
||||
|
Quote:
Some people just spam the consider button. Just remember if you have pig parse and you hit the C button you're making it worse for everyone. Its worse on raiding days because all those raiders are hitting consider and 99% of the time they're not even using the mob info window so they don't care that they're killing the wiki. | |||
|
#8
|
||||
|
Quote:
EDIT: Oh, it's a tunnel quest site. If it literally has a "update from wiki" button then yes, hitting it hits the wiki ... but why would anyone spam that button? Wiki prices don't even change daily on most items, let alone hourly or sooner? Regardless, there's a world of difference between hitting one page, even a few times ... and hitting every page in a short period. How is that not obvious to you?
__________________
Loramin Frostseer <Anonymous>, Hetch<Anonymous>, Tecla <Kingdom>, ... Check out the "Where To Go For XP/For Treasure?" Guides Anyone can improve the wiki! If you are new to the Blue or Green servers, you can improve the wiki to earn a "welcome package" of platinum and/or gear! Send me a forum message for details. | |||
|
Last edited by loramin; Yesterday at 05:59 PM..
| ||||
|
#9
|
|||
|
The beauty of a wiki is it is a product of player contributions and edits, so you can simply create your own p99 wiki to browse when offline.
| ||
|
#10
|
||||
|
Quote:
Here's the ConHandler hitting the the WikiApi: https://github.com/smasherprog/EqToo...Handler.cs#L46 Here's the WikiApi directly hitting the wiki: https://github.com/smasherprog/EqToo...ikiApi.cs#L107 Sure don't see any caching happening. If it's hitting the p99 wiki every time any player using pigparse /cons a mob, that's a lot more than "one page, even a few times". And sure, I'm aware of the difference between that and an non-rate-limited multithreaded crawler, but unless you have some special insight into wiki traffic from being an administrator, neither of us knows whether the wiki slowness is caused by crawlers or something else. In contrast, the issue pointed out by Mattson is a real source of a nontrivial amount of unnecessary traffic. So why bother responding dissmissively if you're not even going to put in the effort to understand what the issue is? It seems like the maintainer is aware that this is... not a best practice, and I see some (unfinished) work today to begin to implement caching: https://github.com/smasherprog/EqToo...0ae286a691d333 | |||
![]() |
|
|