﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11778	Patch to increase performance of escapejs	josephdrose	josephdrose	The current implementation of escapejs iterates through a list of values and does a string.replace(...).  The patch here creates a regular expression with the values and uses a dictionary to do the replace upon the match.  Local testing shows the new implementation to be faster; the script used to perform this test is also attached.	Cleanup/optimization	closed	Template system	dev	Normal	fixed		jrose@… Dmitry Jemerov	Accepted	1	0	0	0	0	0
