Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: MySQL CPU Usage off the charts!
@Simeon_Griggs I bet @hgtonight would appreciate the feedback if you can use the debugger addon to figure out where the database is getting hammered. (View Post)1 -
Re: Basic, non Vanilla related OOP question
In Vanilla, always use the static reference instead of assigning it to a variable. It's just memory overhead and, in our opinion, adds no clarity. (View Post)1 -
Re: Coding Standards
Mind if I ask what's making you hesitate? Onboarding folks to contributing there is of particular interest to me. (View Post)1 -
Re: Issue: Vanilla character encoding
The conversations on that PR gives a little background, I think. The best way to approach this would be to create a htmlEsc() function that wraps our repetitious implementation of htmlspecialchars() … (View Post)2 -
Re: MySQL CPU Usage off the charts!
Performance limitations I'm aware of related to MySQL: * 500K+ Activity records. (solution: prune as suggested - on our list for a better fix) * Search on 1M+ post sites (solution: Sphinx) * 3M+ user… (View Post)2