@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 to limit the number of posts in the wordpress loop in conjunction with the “download more” button?
- seo meta description issue in google search
- Redirect loop upon installation of my plugin
- Find owner of coupon
- ‘This Field is Required.’ is Not Displaying on CF7 [closed]
- REST API custom endpoints for metaboxes
- Add default block css when the block has been added with php?
- How to initialise WP_Query on the basis of a specific meta_value and continue iterating rest?
- Custom Post Type doesn’t have template content when creating programmatically in PHP but does when created in WP Admin
- WordPress Query – Blog Cards Duplicate issue
- PHP Works only for logged in users: [closed]
- WordPress wp_remote_request() – How to do async await in wordpress php?
- How Create Automatically Image jpg.webp from image .jpg without delete or change original images upload
- Need help with conditional logic for menus
- Disabling User Email Notifications for Erase Personal Data Utility
- Facing Problem While Running WordPress Hook For Archive, Categories, Author, Date Pages Only
- generate excerpt from the part of big text dump that contains keyword
- How to sort search result by post_title, then by post_content
- Custom Admin Menu Report for Specific User ID
- how can i link threejs in my functions.php file in understrap theme
- WordPress / PHP: Check if column has value and then check if value in array
- How can add alt tag in following code. Image are showing dynamic in wordpress
- how to create twitter card without plugin in wordpress website?
- Retrive the value of the Active variation of the product and then link it to the “read more” to dynamically change
- Including product categories (product_cat taxonomy) title and description in search query
- #038 & wordpress Help
- WordPress blog header error
- Advanced Custom Fields Auto Populating Field Values For Nested Repeater FIelds
- Hot to show custom post type taxonomies on archive page
- wordpress-plugin (widget) that performs a Neaby-search on the openstreetmap-endpoint: around x find y
- How to make this shortcode not refresh the whole page when i use it on frontend
- How to pass php array to external js file in WordPress
- check difference between two timestamp in custom plugin
- WordPress Product Page Change Label From ‘Category’ to ‘Artist’
- create custom post type and populate custom fields using php
- Want to add custom post type for facebook feed