• There is currently no way to bulk profile every frontend page for some reason, which seems like an incredibly weird feature to be missing. From what I can tell you can only profile a single page at a time? Can you please add an option to bulk profile all frontend pages?

    • This topic was modified 1 month, 3 weeks ago by jazir5.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bruandet

    (@bruandet)

    You can’t bulk profile a site, your server would crash in no time as that operation would require way too much server resource.
    Profiling is a resource-intensive job that requires to monitor the execution of every single line of PHP in your scripts, collect the data, analyse it and create reports. Code Profiler does that in multiple steps and HTTP requests.

    Thread Starter jazir5

    (@jazir5)

    Of course you can, you do it in batches with a cronjob, not all at once.

    Plugin Author bruandet

    (@bruandet)

    You can’t run it from a cronjob. For security reason, only a logged-in admin/superadmin can run the profiler.

    Thread Starter jazir5

    (@jazir5)

    To clarify, a cronjob to run the profiling in batches/sequentially for a bulk scan triggered by the admin. Could alternatively be done with Action Scheduler.

    • This reply was modified 1 month, 2 weeks ago by jazir5.
    • This reply was modified 1 month, 2 weeks ago by jazir5.
    • This reply was modified 1 month, 2 weeks ago by jazir5.
    Plugin Author bruandet

    (@bruandet)

    What you require would not be just an option added to the current plugin, but a major rewrite of its code.
    Maybe it could be implemented in a future major version of Code Profiler. In the meantime, I added your idea to our suggestions list.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.