I've been a very absent owner of Findjango, which is the direct result of being deep in the panic period of the product cycle. I've become a very neglectful blogger as well... for which I can only apologize. I aim to do better. Now I just need to do better. ;)
I thought someone might have some interest in the extremely modest query logs from Findjango. Here they are.
And.. because this is such a short entry... here is my piece of Inkscape performance art, which I call If Software Development Was An Airplane.
Ironically, I posted the wrong link to the logs the first time, which was the only content in the entire damn post.
Interesting post. Thanks for the data, doing a simple analysis here are the top 30 keywords:
Django at #1 is no surprise but it is a bit like searching google for google.
-2 is a bit odd. Looking at likes 1597 onwards explains why perfomance comes up so much. Although, it is commonly used all through the log, so maybe performance is a key concern/worry for people?
-4 and #5 not really sure why elsewhere and yahoo are coming up so much?
It'd be interesting to see this information against the useragent as I suspect some of the unusual things will be front annoying robots.
Oh and FWIW;
Your counts are off. According to "grep -cE '\bdjango\b' queries.log" there are 858 queries with "django" as a keyword.
Returns 861 occurences of "django". (Why not 858? "django" appears four times on one line.)
Yahoo and Elsewhere were suggested queries on a tutorial and on the GitHub blog, respectively.
Reply to this entry