יול 10

llagerlof/freezer: Freezer is a tool to help developers to discover which database’s records are inserted by other programs.

Freezer demo videoFreezer is a tool to help developers discover which database records are created by some application’s action and which tables received these new records because that action.

It makes much easier to spot these tables and its new records, understand how the third-party application interacts with the database and also how relationships are made.

Source: llagerlof/freezer: Freezer is a tool to help developers to discover which database’s records are inserted by other programs.

יול 07

Tim’s blog: XHProf Performance-testing Moodle

Moodle’s profiling tool

XHProf PHP moodle

When your software is too slow, you need measurements to tell you which are the slow bits. Tools that do that are called profilers. One of the better profiling tools for PHP is called XHProf. The good news is that it has already been integrated into Moodle, and there is documentation about getting it working. Basically, you just need to install a PHP extension and turn on some options under Admin -> Development -> Profiling.

https://docs.moodle.org/dev/Setting_up_xhprof_on_Moodle

ב: Tim’s blog: Performance-testing Moodle.