@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:
- “Object-cache.php” disables wp_cron and even disables my entire site, and keeps reappearing by itself again after I delete it
- 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 see logs of critical errors of specific pages without enabling public debug for everyone?
- Will php code slow down site?
- How to remove coupon dropdown feature
- Is it possible to define variables in a wordpress shortcode, and then call the shortcode using a specific variable?
- Is it save to use eval for a jQuery callback method coming from the database?
- Division by zero error in image.php
- linking stylesheets and scripts with functions.php
- Jquery window.send_to_editor function
- PHP include statement not working?
- Code Executing Too Late?
- Double jQuery loaded
- PHP: Showing currency sign if input is a number
- Displaying text if post was within 5 hours
- New walker for walker_nav_menu to change inside container data
- load ajax using admin-ajax.php
- Create a WordPress shortcode using PHP [duplicate]
- Trying to prepend a Hashtag symbol to the_tags links [closed]
- What does -> mean in WordPress?
- Add data-id attribute to child page links
- WP_OPTIONS table, active_plugins entry [closed]
- Parsing Menu Items and Blog Posts
- Store post content in a php variable and output them using for loop
- Pagination on Custom Post
- Resize image to specific dimension (X to Y ratio)
- Fixing Memory Leaks in WordPress (HHVM)
- Writing PHP code in pages without issue?
- How to use theme function in post/page?
- Running rmdir function on post save
- Logic on a Gravity Forms redirect [closed]
- How to add div blocks after certain set of post
- How to pass a PHP $_GET variable and fetch/output it?
- how to disabled a button when press three times
- Get html data with javascript to php array and store to wordpress database
- Echo a shortcode div after every 3 posts
- Preg_Match(): compilation failed unknown property name