﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14758	Do not run kses on display filters for front page views	ryan		Several display filters run wp_kses_data and other heavyweight functions. These functions are already run when saving.  They were added to the display filters as a defense-in-depth for the possibility of an exploit sneaking things into the DB.  Running these on the display causes a serious performance hit, however.  wp_list_bookmarks() running kses on the link fields can burn up 10% of the total page load time.  Let's limit running these functions to admin page displays.  Displaying bad fields in the admin is more dangerous since those fields can cover their tracks.  We can lose the belt and suspenders approach for front page displays where performance is more critical.	enhancement	closed	normal	3.1	Performance		normal	fixed		
