Jack Ellis
Jack Ellis
+1 on this. I thought it already did this and turns out I lost my changes ;) Good luck :+1:
Nice. Firstly, I've not profiled the speed, but I love the idea of storing models in a local array property, rather than just in the cache. What I had in...
Gotcha, well with the speed profiling comment, I was talking more on the local cache vs file cache (for speed) :P I'm using 5.4 thankfully :) I think that caching...
I like the idea of having a serialized $params in the cache key a lot, that's a good idea. With the caching, would there be an automatic refresh of the...
Fair enough. It's definitely got potential to play a huge part in Kohana development though, there is no existing general data mapper pattern module for Kohana, there's only ORM :(...
@carlsverre I like this suggestion. Can this all be done in a single SQL DB transaction?
@dictcp +1 on that too, I can't even figure out how to install Lima BETA. Spent 2 hours and then gave up.
@fillup The only other idea I have is that TTL isn't guaranteed to prune. So if I set a TTL of say "in 5 mins", it could still be there...
@cmawhorter Fascinating. Just want to say thank you for all the work you've done here. There are so many of us that are so grateful for this, Cory! P.S. I'm...
Hey folks, For anyone looking to do this, I've just been doing it inside of Laravel Mix. I started with a find/replace for moment() and moment, but then had to...