Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: Discussion doesn't refresh when you post a new comment?
@businessdad I'm specifically referring to our caching implementation with memcached, not MySQL's cache. See CommentModel->PageWhere(). You will get negligibly worse performance on sites with no c… (View Post)2 -
Re: Discussion doesn't refresh when you post a new comment?
What you'd want to do is grab each page separately. Doing a 3-page query won't already be cached; per-page is all that'll be in cache. Here's me grabbing the current page, then adding an additional p… (View Post)4 -
Re: [Solved] 404 Page Not Found Errors - AJAX Only
@peregrine already has it ;) (View Post)2 -
Re: Discussion doesn't refresh when you post a new comment?
The caching is per-page, so I'd recommend getting the entire current page and next page or two if they exist already. Then parse out the ones <= LastCommentID. (View Post)2 -
Re: I wonder what that secret role is, that you’ve got…
Designating a role as "Personal Info" (which is a separate permission for Moderators, etc) is in core for 2.3. (View Post)1