Closed mikeMTOL closed 10 years ago
I marked up a bunch of style issues I have with this changeset.
Also, what is your reasoning for using JSON? Serialized PHP does take more storage when you're caching it, but deserializing it is faster than JSON.
Yea I noticed your changes.
The thinking behind json is that it's more universal out there. If you want to feed this data to an Ajax script it's one less conversion.
Also if you need to move it to ruby or python shells it will take on less conversion. What do you think?
M
On May 25, 2014, at 8:28 PM, Dan Coulter notifications@github.com wrote:
I marked up a bunch of style issues I have with this changeset.
Also, what is your reasoning for using JSON? Serialized PHP does take more storage when you're caching it, but deserializing it is faster than JSON.
— Reply to this email directly or view it on GitHub.
I've implemented the formatting changes you requested, let me know if theres anything else you need done.
hey Danco, any news about the pull request? thanks.
DB caching wasn’t working, changed the SQL commands to utilize ON DUPLICATE statement. Moved from php_serialization to json for API, meter for moving forward.