{"id":3960,"date":"2015-06-28T18:34:52","date_gmt":"2015-06-28T22:34:52","guid":{"rendered":"http:\/\/webninjataylor.com\/library\/?p=3960"},"modified":"2015-06-28T18:36:15","modified_gmt":"2015-06-28T22:36:15","slug":"javascript-sample-request-reduction","status":"publish","type":"post","link":"https:\/\/webninjataylor.com\/library\/javascript-sample-request-reduction\/","title":{"rendered":"JavaScript: Sample Request Reduction"},"content":{"rendered":"<pre>\r\n    var testData = queryResponse.PrimaryQueryResult.RelevantResults.Table.Rows[0];\r\n    if (testData !== undefined) {\r\n        return testData.Cells;\r\n    }\r\n<\/pre>\n<p>In this example, testData holds the result of the query so we can use it in a conditional and then return it without having to run the query again and again.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>var testData = queryResponse.PrimaryQueryResult.RelevantResults.Table.Rows[0]; if (testData !== undefined) { return testData.Cells; } In this example, testData holds the result of the query so we can use it in a conditional and then return it without having to run the query again and again.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[144],"tags":[9],"class_list":["post-3960","post","type-post","status-publish","format-standard","hentry","category-web-shots","tag-javascript"],"_links":{"self":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3960","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/comments?post=3960"}],"version-history":[{"count":2,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3960\/revisions"}],"predecessor-version":[{"id":3962,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3960\/revisions\/3962"}],"wp:attachment":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/media?parent=3960"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/categories?post=3960"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/tags?post=3960"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}