Ok, tracked it down I think. The anchors work ok. BUT what is very confusing is this:
1. Many plugins and anchors are shown (see pasted “code” below)
2. Not all anchors have a corresponding value. below: no entry shown for 2. Debug Objects and 4. Gravity Forms for instance.
That’s why the anchors don’t seem to work sometimes.
Therefore: Why are plugins with no value shown? If they need to be shown, could they be shaded grey?
Also: Would it be possible or does it make sense to show the total query time per plugin in the top list behind the plugin name like: 3. Easy Modal (Total query time: 0.00044512748718262s / 0.4ms)?
Sorry numbers got lost at copy and paste from plugin list – I just added the first five.
1. Cleaner Gallery
2. Debug Objects
3. Easy Modal
4. Gravity Forms
5. Gravity Forms + Custom Post Types
Gravity Forms User Registration Add-On
Landwire Scribu's P2P functionality
Landwire Theme Functionality
PHP Code Widget
Post Tiles
Posts 2 Posts
User Switching in Admin Bar
1. Plugin: Cleaner Gallery
/cleaner-gallery/inc/default-filters.php
Line Query & Function Chain
55 0.00044512748718262s / 0.4ms
SELECT option_value FROM wp_options WHERE option_name = 'cleaner_gallery_settings' LIMIT 1
/cleaner-gallery/cleaner-gallery.php
Line Query & Function Chain
152 0.00044512748718262s / 0.4ms
SELECT option_value FROM wp_options WHERE option_name = 'cleaner_gallery_settings' LIMIT 1
3. Plugin: Debug Objects
/debug-objects/inc/class-php.php
Line Query & Function Chain
364 9.0122222900391E-5s / 0.1ms
SELECT VERSION() AS version
365 0.00038814544677734s / 0.4ms
SHOW VARIABLES LIKE 'sql_mode'
/debug-objects/inc/class-wrap.php
Line Query & Function Chain
163 9.0122222900391E-5s / 0.1ms
SELECT VERSION() AS version
163 0.00038814544677734s / 0.4ms
SHOW VARIABLES LIKE 'sql_mode'
5. Plugin: Easy Modal
/easy-modal/inc/classes/gravityforms.php
Line Query & Function Chain
17 0.00014114379882812s / 0.1ms
SELECT display_meta, notifications FROM wp_rg_form_meta WHERE form_id=4
17 6.103515625E-5s / 0.1ms
SELECT confirmations FROM wp_rg_form_meta WHERE form_id = 4
17 7.6055526733398E-5s / 0.1ms
SELECT display_meta, notifications FROM wp_rg_form_meta WHERE form_id=5
17 6.1988830566406E-5s / 0.1ms
SELECT confirmations FROM wp_rg_form_meta WHERE form_id = 5
17 7.6055526733398E-5s / 0.1ms
SELECT display_meta, notifications FROM wp_rg_form_meta WHERE form_id=14
17 8.2969665527344E-5s / 0.1ms
SELECT confirmations FROM wp_rg_form_meta WHERE form_id = 14