﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19967	Caching get_option(), set_option() and update_option()	egorpromo		"I propose create caching for some wordpress function like get_option(), set_option() and update_option().
May be it's better not to request data from wp_options base of mysql all time. Better way is request all data from wp_options table at once and save it in global variable. So when we use get_option() we don't request data from database but request data from php global variable. And when we save data using set_option() we save data in wp_options table and save it in global variable yet. Later if we will use get_option() in script we will not request to mysql. "	enhancement	closed	normal		General	3.3.1	normal	invalid		
