[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f--9jHaPGaet7JGPBWjq_ksgzABP3JicozTSIQ--GF98":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"mrpeteh","MrPeteH","https:\u002F\u002Fprofiles.wordpress.org\u002Fmrpeteh\u002F",1,10,100,30,94,"2026-04-05T03:53:17.032Z",[14],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":10,"num_ratings":21,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":22,"tags":25,"homepage":31,"download_link":32,"security_score":9,"vuln_count":33,"unpatched_count":33,"last_vuln_date":34,"fetched_at":35},"wptuner","WP Tuner","0.9.6","\u003Cp>The (mu-compatible) WP Tuner plugin for WordPress is a powerful and easy to use way to answer many hard questions about why your blog is slow or cranky. What’s causing the slowdown? Is it a plugin? Is it your host?\u003C\u002Fp>\n\u003Cp>Used with a bit of common sense, this powerful plugin will help blog administrators as well as software developers improve their WordPress blog performance.\u003C\u002Fp>\n\u003Cp>Perfect for WordPress site administrators, plugin and theme designers, developers\u003C\u002Fp>\n\u003Cp>Fully translatable.\u003C\u002Fp>\n\u003Ch3>Advanced Use\u003C\u002Fh3>\n\u003Cp>Here are more advanced ways to make use of \u003Cem>WP Tuner\u003C\u002Fem>. Please \u003Ca href=\"http:\u002F\u002Fblogs.icta.net\u002Fplugins\u002Fwptuner\" title=\"(Visit the WP Tuner home page)\" rel=\"nofollow ugc\">share your questions and\u002For stories\u003C\u002Fa> examples to share with others!\u003C\u002Fp>\n\u003Cp>1) Hook any WordPress action\u003C\u002Fp>\n\u003Cp>In wptuner.php, you will find a default set of action hooks. You can add as many hooks as you like for other actions. They look like this (just change “admin_footer” to the name of the action you want to measure):\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_action('admin_footer', 'wpTuneFilterTime' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Each hook adds a line to the \u003Cem>WP Tuner\u003C\u002Fem> performance analysis table, when that action is triggered.\u003C\u002Fp>\n\u003Cp>2) Time anything at all in WordPress\u003C\u002Fp>\n\u003Cp>WP Tuner contains a function that causes performance analysis for any section of WordPress code. Just use\u003Cbr \u002F>\n  wpTuneMarkTime(‘My Marker string’);\u003C\u002Fp>\n\u003Cp>…at the beginning of the code you want analyzed. Add another marker at the end if needed.\u003C\u002Fp>\n\u003Cp>For example, suppose you want to know how much time is spent loading each of the plugins you have enabled. Here’s how to do it, by adding two simple lines to wp-settings.php:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>if (function_exists(wpTuneMarkTime)) wpTuneMarkTime('Load Plugins'); \u002F\u002F ** Add THIS line **\n\nif ( get_option('active_plugins') ) {\n  $current_plugins = get_option('active_plugins');\n  if ( is_array($current_plugins) ) {\n    foreach ($current_plugins as $plugin) {\n      if (function_exists(wpTuneMarkTime)) wpTuneMarkTime('Plugin: '.$plugin); \u002F\u002F ** Add THIS line **\n      if ( '' != $plugin && 0 == validate_file($plugin) && file_exists(WP_PLUGIN_DIR . '\u002F' . $plugin) )\n        include_once(WP_PLUGIN_DIR . '\u002F' . $plugin);\n    }\n  }\n}\u003Ch3>Credits\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Many thanks to the WP Tuner translation team!\u003C\u002Fp>\n\u003Cp>Русский: \u003Ca href=\"http:\u002F\u002Flecactus.ru\" rel=\"nofollow ugc\">Кактусу\u003C\u002Fa> (updated through WP Tuner 0.9.3)\u003C\u002Fp>\n\u003Ch3>Readme Validator\u003C\u002Fh3>\n\u003Cp>This readme was validated using:\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fabout\u002Fvalidator\u002F\" rel=\"ugc\">https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fabout\u002Fvalidator\u002F\u003C\u002Fa>\u003C\u002Fp>\n","Easily, powerfully, discover why your blog or plugin is slow or cranky. Comprehensive time and database access analyzer. WPmu. multi-lingual.",47339,8,"","2.8.4","2.0.6",[26,27,28,29,30],"database","performance","slow","speed","tuning","http:\u002F\u002Fblogs.icta.net\u002Fplugins\u002Fwptuner","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwptuner.zip",0,null,"2026-03-15T10:48:56.248Z"]