Monday, 2011-03-07

*** Joins: moto-moi (~hylke@2001:888:13e4:1010:21f:e2ff:fe0c:ce28)00:55
*** Quits: moto-moi (~hylke@2001:888:13e4:1010:21f:e2ff:fe0c:ce28) (Ping timeout: 260 seconds)01:01
*** Joins: jreese_ (~jreese@leetcode.net)01:50
*** Joins: PennStater` (Aaron@unaffiliated/pennstater)01:53
*** Quits: siebrand (~chatzilla@535392CA.cm-6-4c.dynamic.ziggo.nl) (Ping timeout: 252 seconds)01:54
*** Quits: micahg (~micah@ubuntu/member/micahg) (*.net *.split)01:55
*** Quits: PennStater (Aaron@unaffiliated/pennstater) (*.net *.split)01:55
*** Quits: jreese (~jreese@leetcode.net) (*.net *.split)01:55
*** jreese_ is now known as jreese01:55
*** PennStater` is now known as PennStater01:55
*** Joins: micahg (~micah@ubuntu/member/micahg)02:01
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:33
*** Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Quit: Leaving)02:42
*** Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)02:43
*** Joins: giallu (~giallu@mail.moldiscovery.com)02:58
*** Quits: giallu (~giallu@mail.moldiscovery.com) (Changing host)02:58
*** Joins: giallu (~giallu@fedora/giallu)02:58
*** Joins: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)03:05
*** Joins: pattern (~pattern@unaffiliated/pattern)03:06
*** Joins: Phileas1 (~chatzilla@vpn.rzz.ch)03:07
*** Joins: rolfkleef (~rolfkleef@urtica.xs4all.nl)04:34
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 276 seconds)04:48
*** Quits: micahg (~micah@ubuntu/member/micahg) (Read error: Connection reset by peer)04:54
*** Joins: giallu (~giallu@fedora/giallu)05:00
*** Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Remote host closed the connection)05:06
*** Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)05:06
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Ping timeout: 276 seconds)09:06
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)09:26
*** Joins: Cupertino (~Cupez@62-177-158-122.dsl.bbeyond.nl)09:37
*** Quits: Cupertino (~Cupez@62-177-158-122.dsl.bbeyond.nl) (Changing host)09:37
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)09:37
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 246 seconds)09:40
*** Joins: giallu (~giallu@fedora/giallu)09:41
*** Joins: micahg (~micah@ubuntu/member/micahg)10:25
*** Quits: Phileas1 (~chatzilla@vpn.rzz.ch) (Quit: ChatZilla 0.9.86 [Firefox 3.6.14/20110218125750])10:28
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 255 seconds)10:42
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)10:56
*** Parts: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)11:34
darynjreese: I'm finally getting source integration set up and noticing whenever I add a repository or import latest updates the index page takes forever to load.12:12
jreesedaryn: are you using something like APC and blowing the cache?12:12
darynnot that i'm aware of12:12
jreeseis it only the first time after adding/importing a repo, or every page load?12:13
darynonly the first time12:13
jreesehmm, that's weird12:13
darynafter each update12:13
daryni haven't had time to look into it yet. just thought i'd see if you've run across this before12:14
jreeseI've never seen/noticed that before12:14
darynok. if i figure it out I'll let you know12:15
jreeseif you get the chance, mind setting up xdebug and using it to get a profile/trace of the slow page load?12:15
jreesewould be interesting to see how much time it's taking in various methods, etc12:15
darynsure.12:15
*** Joins: moto-moi (~hylke@cara.xs4all.nl)12:30
darynjreese:  i've just noticed something else odd with source integration13:43
darynwhen i create the repository the repo_manage_page says id=x13:44
daryni click import everything13:44
jreeseyeah, "import everything" really needs to be relabelled "reimport everything"13:45
darynthen click the back to repo button and the url says id=(x+1)13:45
jreeseimport everything actually creates a new repo, imports all the changesets, and then if it was succesful, deletes the old repo, otherwise it leaves the old repo there13:46
darynhm...13:46
darynso what would the expectation be on the first import?  I don't see any way to import everything without dropping the existing repo13:47
jreeseimport latest works just fine on fresh repos13:49
darynok.  i guess my expectation was that it just looked in the last x days or something13:49
jreeseall of source integration really needs some effort to better label and document everything13:49
darynyeah.  so i have a profile for the index page...looks like 99.84% is from mysqli_query. no more detail than that13:51
daryni can send you the file if you still want it13:52
jreesesure, sounds like maybe the database is reindexing itself or regenerating its query cache13:54
jreeseprobably due to the insane number of queries run to create all the data associated with a repo in mantis :P13:54
darynk. email or in a bug on your tracker?13:54
jreesebug is fine13:55
darynok. thx13:55
jreeseit's my place to keep track of everything I don't have time to work on :P13:55
darynlol.  i see that13:55
jreeseif I didn't have to spend so much time every day at work, I might actually get around to finishing things that I've started :P13:56
jreesealso, working on video game side projects doesn't exactly leave me much free time either :P13:57
darynhttp://leetcode.net/mantis/view.php?id=19713:59
darynget to work13:59
daryn:)13:59
*** Joins: Lantizia (~Lantizia@erebus.seaquake.net)14:06
LantiziaLo, any reason the captcha would be a broken image on my new install?14:07
*** Joins: siebrand (~chatzilla@535392CA.cm-6-4c.dynamic.ziggo.nl)14:08
*** chilts_ is now known as chilts15:34
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (Ping timeout: 276 seconds)16:02
*** Joins: giallu (~giallu@fedora/giallu)16:14
*** Joins: daryn (~daryn@h115.145.28.71.dynamic.ip.windstream.net)17:02
*** Joins: jreese (~jreese@leetcode.net)17:11
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 276 seconds)17:39
*** Quits: moto-moi (~hylke@cara.xs4all.nl) (Ping timeout: 246 seconds)17:44
*** Quits: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk) (Ping timeout: 240 seconds)18:40
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)19:00
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)19:00
LantiziaWow this place is just _so_ alive19:38
*** Joins: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk)19:40
*** Quits: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk) (Ping timeout: 276 seconds)19:58
*** Joins: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk)20:00
*** Quits: rolfkleef (~rolfkleef@urtica.xs4all.nl) (Remote host closed the connection)20:16
*** Quits: daryn (~daryn@h115.145.28.71.dynamic.ip.windstream.net) (Quit: Ex-Chat)21:03

Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!