@Edward,
You’ve configured the Xdebug profiler output filename in such a way that it overwrites the output file, each time, you run the process.
%u, %H, %R
– you mentioned in the output name are called format specifiers.
There are couple of ways to figure out which file you may want to analyze.
- Use
%t
(timestamp) format specifier in your output filename so you may know which file to analyze based on the timestamp value. - Instead of enabling the profiler throughout, you could trigger the profiler by passing a query arg as described here. This way you will only generate the Xdebug profiler output for the intended page. (Recommended)
Related Posts:
- How to fix the admin menu margin-top bug in WordPress 5.5?
- error_log() output for print_r() appearing on page
- Nginx FastCGI_Cache Vs PHP Caching
- Does the debug.log do log rotation?
- Debugging an error: wp_enqueue_style was called incorrectly
- Conditionally loading JavaScript based on the Advanced Custom Fields in the post
- Where exactly do I write define( ‘WP_DEBUG’, true ) in wp-config file
- Utilize WP-CLI from inside WordPress, not SSH
- error_log is not working as expected in functions.php file
- Using FirePHP with WordPress
- Debugging PHP object during Ajax call in WordPress
- “Notice: Undefined variable: content” is showing [closed]
- Extremely slow pageload for long post when using the_content?
- Performance issues with large website [closed]
- mysqli_real_connect() – authentication method unknown to the client Warnings
- How to debug php code in hostgator cPanel
- Why does running get_the_excerpt() when generating JSON file take 28 seconds vs. 599 milliseconds without it?
- how to trace notice warning on core function is_page() & is_singular in class-wp-query.php
- PHP 5.5, w3 Total Cache, and opcache [closed]
- Using get_bloginfo(‘template_directory’) or variable – performance issue
- Looking for most performant way to execute several similar WP queries within shortcodes
- It is a good idea to store values from the global $post if they are used multiple times?
- Preferred Method of debugging a wordpress SQL calls?
- Huge debug.log because of “undefined offset in media.php”
- Same log message keeps on printing to debug.log file thousand of times
- How to find error in my code when the error message is pointing to WP core file?
- Mute Debug Messages from Plugins
- WordPress Script stops suddenly
- XAMPP-VM Mac OS Mojave wordpress debugging using XDebug
- How to debug my custom login form looping intermittently
- “Undefined index” error when saving empty array with checkboxes
- is there a benefit in using a constant over get_stylesheet_directory_uri?
- Site throws 500 error after upgrading from PHP 5.6 to 7.X
- How to display SQL query that ran in WC_Order_Query?
- How can I find the cause of a 500 server error?
- Hooks for post saving make a post-new.php to load latest post’s data
- add button to specific post
- Page load timer?
- Publish button now showing content after saving
- Can/should we delete wordpress cron jobs with no action?
- How do you measure the PHP generation time of your WordPress pages?
- var_dump() and print_r() display null in php
- File is executed twice if plugin is activating
- Fatal error: wp-settings.php on line 199
- How to display only specific Error types in debug.log? No notices, warnings, etc
- How to identify which php file a plugin is using on page load?
- Huge time to first byte on live site
- Notice : Array to string conversion on array_intersect user meta
- Serve cookie free URLs in WordPress without using a CDN
- Notice: Undefined index: post_title error
- Stripe button is not working in a template page
- I’m writing my first plugin and my echo output is showing up on every page of my wordpress installation
- Create page in templates for pages or the pages manager?
- How to find the function which is outputting Array
- Perfmon performance counters on WAMP
- Accessing Variables Used In a Plugin Using PHPStorm + XDebug
- WordPress won’t display errors at all
- Warning: Cannot modify header information (with a twist)
- WordPress article with 50 000 words loading slow – 100% cpu
- How to quickly/easily make an analysis (reverse engineering) of WordPress?
- which php or css file has generated an inline style in WordPress that overwrites my css
- WordPress White Screen Error
- In WordPress how do you remove render-blocking CSS manually without a plugin?
- Internal server error when enabling Multisite in WordPress
- How do I use WP_query with multiple post IDs?
- esc_attr() right way and use
- Where to include php files in wordpress and how to refer to them later [closed]
- WooCommerce: How to display item meta data in email confirmation using woocommerce_order_item_meta_end
- How to add a featured image to a existing post via php?
- How to add 2 posts under another post? Formatting should be intact
- wp_handle_upload_prefilter valid date from input file
- Browser title script ignoring is_page /else conditional [closed]
- How to get 2 or multiple custom post types in wordpress functions.php
- Interrupting $html.= ‘ for IF statement
- WP nonce invalid
- add_action shortcut?
- WordPress default Search function inconsistent in WooCommerce Product Titles
- Function to capture a value and store it in a variable
- Checking array against author id in loop
- How do I Turn This Into An if statement?
- Make PHP work with HTML tags
- Admin ToolBar not being displayed at top of site
- Theme activation hook in php class
- How do I get an external php page to load using javascript
- How can I display Custom Post type Custom Columns and its Content in a Dashboard Widget?
- Proper way to use WordPress function with AJAX PHP file
- phpMyAdmin error #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’
- List of Events with Multiple Dates: Only NEXT Date
- Accessing an instanciated class
- Rewrite rule don’t work in wordpress on xamp
- reset data of an array
- product_type_options get saved value [closed]
- How to create a widget with a populated dropdown?
- Get user by meta data key and velue
- Custom theme admin-ajax.php 400 (Bad Request)
- Using wordpress functions in class and change my code to OOP PHP
- How to limit functionality of a woocommerce plugin to only certain user role?
- Display post from a category
- Send foreach $_post method to contact form 7 [closed]
- Hide category by tag