On Tue, Jan 12, 2010 at 07:06:12PM +0000, corvid wrote:
Johannes wrote:
On Tue, Jan 12, 2010 at 05:42:03PM +0000, corvid wrote:
Johannes wrote:
I noticed that since the recent DPI update pages which use cookies load slower (e.g. fltk.org). Do others also see that? It could also be OS specific.
I thought it seemed weirdly slow _sometimes_. I'll have to throw some gprof at it and hope for something simple and embarrassing.
(I wonder whether it would be easy to do valgrind with dpid and the plugins.)
I did some truss on the cookies dpi and found that it is reading ~/.dillo/dpid_comm_keys quite often. Maybe that is related.
It looks like it checks it through a_Dpip_check_auth() when it gets or sets a msg. As for whether it needs to, I don't know.
I tried a little gprof, but a modest amount of browsing and accepting cookies wasn't enough for the dpi to use up enough time for gprof to generate stats.
Yah, I don't think it's CPU bound. There must be something else. I will have a look at it.