Automattic / vip-scanner

Deprecated: Scan all sorts of themes and files and things! Use PHPCS and the VIP coding standards instead
https://automattic.com
140 stars 51 forks source link

Dynamic analysis support #202

Open nickdaugherty opened 9 years ago

nickdaugherty commented 9 years ago

In addition to Scanner's static analysis, Scanner should support dynamic analysis of sites.

This would consist of finding site urls and crawling them, while recording what happens, such as expensive MySQL queries, PHP Warnings, etc.

Essentially, we'd need:

joshbetz commented 9 years ago

:+1: