you should add a line to timeline_data_json() just before the print statement. this makes devel module's query log be silent on this json page:

drupal_set_header('Content-Type: application/x-javascript');

Comments

jmiccolis’s picture

Status: Active » Closed (won't fix)

Based on my understanding of things I think the header we're setting currently ('application/json') is correct. (see http://www.ietf.org/rfc/rfc4627.txt ). Also I took a quick look and devel's HEAD and it looks to check for 'json' headers as well now.