-
Notifications
You must be signed in to change notification settings - Fork 13
RobotsPattern
Tim edited this page Aug 15, 2014
·
1 revision
The new robots pattern was created with the following process:
cd robots
-
uasparser.xml
(downloaded from user-agent-string.info) robots_excerpt.ini
robot_user_agents.txt
./create_robots_resources.py
compare_robots_configs.py
Old Config (../wtop.cfg)
========================
matched: 683
missed: 715
duration: 0.032s
New Config (robots_excerpt.ini)
===============================
matched: 1278 (87% more)
missed: 120
duration: 0.026s (17% faster)
While these synthetic values indicate the new pattern is faster, real world test indicate it is about 46% slower.
- Current/new
wtop.cfg
robots pattern - Old
wtop.cfg
robots pattern