Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
WebGrind 0.81
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Gena01  
View profile  
 More options Jun 30 2008, 9:38 pm
From: Gena01 <gen...@gmail.com>
Date: Mon, 30 Jun 2008 18:38:43 -0700 (PDT)
Local: Mon, Jun 30 2008 9:38 pm
Subject: WebGrind 0.81
I heard of webgrind project and saw some impressive screenshots. So
today I went and took it for a spin.

Overall it's great stuff, many cool things and great idea. Was also
showing it off to some co-workers. Also quite easy to get started as
it picks up the xdebug configuration.

However I ran into a couple of problems:
1. There's a bug in the JavaScript where I get an Error in IE.
Actually it's missing a "var" in the line where it gets the options...
  The line is something like options = new Object(); IE was
complaining that options was already initialized and this was actually
a local variable. So adding "var" in front made IE happy.
2. I am using %R.cachegrind as my xdebug output format for file names.
It seems that the default regular expression doesn't allow some
characters to go through and filters most of the files out.
 Some characters I added are ~= still looking to see if I missed any.
3. Using %R.cachegrind format produces very long filenames. They are
quite descriptive though which is why I love and stick to that format.
The default template and layout doesn't allow for such long filenames
to appear in the select box. So I had to change the layout a little
and move the form to be on a separate row and much wider than the
default template.
4. Checking for version update on every page load is a bit excessive,
but I found a config.php line that has a toggle switch which I set to
false.
5. I am still learning the interface and options. Will play more
tomorrow. However one thing I found was that if I am doing queries
against Oracle I see oci_execute called 2 times.. (2 queries). I would
love to see it go into much more detail and show the differences in
timings for each call and maybe some call stack to see where it got
called from.This way I could see which query took which portion of the
time.

Thank you,

Gena01.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic