Conversation:
Notices
-
@moonman You joke but there is actually a fair bit of stuff in the GS database that probably doesn't need to be there.
-
@moonman If you have specific ideas about how the API can be improved, PLEASE comment them in https://git.gnu.io/maiyannah/postActiv/issues/54 so they can be addressed when I redo the API, which will be my next major project after we've finished the postgres stuff and I've done the render code. That might be a bit off and I don't want any of these ideas for improvement to get lost in the intervening time! :)
-
@moonman Deletes probably need segregated better from actual notices, as well.
-
@moonman Not at all, but I don't have much experience with it myself to implement things. I could fuck with it and figure it out sure, but I wouldn't be able to just hit the ground running.
-
@moonman You can actually do this with smarty! Once I get it in.
This gets into the more complex side definitely, but you can set headers with it as well, so you can even use template logic to determine the expiry header. You can also have the code minified on demand, so that its the smallest possible for an end user but is human-readable in source form.
-
@moonman Nah Ive heard good things about it but I don't have experience programming for it myself is what I'm saying. I don't mind learning a new thing of course but the important point here is I would have to do so before I could make any promises about myself implementing something (merging something else that someone else has programmed is a different story)
-
@moonman GS' own caching is rubbish. I disable it because it actually ends up slowing things down more under load than it speeds things up, which is the exact opposite of what it's supposed to do. So we definitely could use a more robust cashing method.
-
@moonman Well when it comes to redis you'd know better than I, as I already said, heh.
-
@moonman I do wonder: how easy would it be to have notices go through redis and then be passed on to stomp? So it's cached and then federated
-
@moonman Do you happen to be a blue hedgehog?