Craig Francis

Results 73 comments of Craig Francis
trafficstars

From [Addy Osmani](https://twitter.com/addyosmani/status/552850850344091649): I wonder if this could be done as a DevTools extension.

A good idea for an initial implementation, but the intention is to educate developers (which is less likely to happen if installed separately).

From [Lucas Garron](https://code.google.com/p/chromium/issues/detail?id=445359#c6): Mixed views :-)

Good point... I did consider the possibility of an audit report, which could give a line by line list of things that pass/fail... but I felt that there is only...

Another option is the Network tab (see issue #5).

From [Chris Palmer](https://code.google.com/p/chromium/issues/detail?id=445359#c6): Favors putting connection information in the network pane.

Good point about including TLS information in the network panel... my concern is that it currently lists resources, and multiple resources will probably use the same connection (repeating TLS information)......

Good point, I've currently grouped them into: - Good: But we may have some additional notes to make it even better. - Notice: Probably ok, but at the same time...

As to the values of these indicators, see Issue #4. Accessibility wise, colours are not enough... in the mockup I've just re-used the green/yellow/red dots from the current Audits tab...

Might be worth looking at the PDO function that parses parameters, to see how it works. It seems to use [pdo_parse_params()](https://github.com/php/php-src/blob/944b6b6bbd6f05ad905f5f4ad07445792bee4027/ext/pdo/pdo_sql_parser.re#L82), which is a bit more complicated than using the...