gifdrop icon indicating copy to clipboard operation
gifdrop copied to clipboard

Caching for main image query

Open markjaquith opened this issue 10 years ago • 3 comments

The main image query grabs a lot of data. Might see if storing this in postmeta will help it scale.

markjaquith avatar Oct 12 '14 00:10 markjaquith

maybe a transient?

norcross avatar Oct 12 '14 00:10 norcross

Could be a lot of data for the options table. Will have to see what, say, 2k images does. We are going to have other scaling issues too.

markjaquith avatar Oct 12 '14 01:10 markjaquith

can we pare down the query itself?

or random idea: store the query results as a JSON file and then pull that?

norcross avatar Oct 12 '14 01:10 norcross