• Resolved etagloh

    (@etagloh)


    Hi. I’ve been profiling a slow website and the most noticeable result from Code Profiler is a very high number for ‘url_stat’ in the File I/O section. I see that this covers ‘all stat related functions’ but is there a way to get more granular data on what those functions might be to help with debugging?

Viewing 1 replies (of 1 total)
  • Plugin Author nintechnet

    (@nintechnet)

    It’s not possible to get the caller function. However we have plan to add the corresponding file in the future, which will definitely help, but that’s not easy to do.
    You can see the full list of functions related to url_stat : https://www.php.net/manual/en/streamwrapper.url-stat.php

    Do you have any plugin that could use them (a file scanner, caching plugin etc)?

Viewing 1 replies (of 1 total)
  • The topic ‘understanding url_stat in File I/O results’ is closed to new replies.