﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
9764,[Patch] Replace template with javascript function to improve page load time,rjollos,robguttman,"I've done some work over in #7617 with help from hasienda to improve the page load times when using the DateFieldPlugin. We replaced a virtual script (template) with a script and used `add_script_data` that is available now in Trac 0.12 to pass data to the script. The result is (and I barely know what I'm talking about here), the js file is under chrome and is treated as a cacheable static resource, resulting in improved page load times. I put a lot of info in #7617, documenting the improvements that I saw.

I'm thinking the same is probably possible here. By replacing the `quiet.html` with `quiet.js` and adding using `add_script`, it will get located under `chrome` and cached in the browser.

[[Image(QuietPlugin.png,100%)]]",enhancement,new,normal,QuietPlugin,normal,,pull-request,hasienda,0.11
