WordPress variables and memory
Your installation might be … less than optimal. Using my Mini Theme, no plugins and the following code on the front page right after the opening body tag … print count( $GLOBALS ) . ‘ $GLOBALS<br>’; print @count( get_defined_vars(), 1 ) . ‘ variables<br>’; print count( get_defined_constants( TRUE )[‘user’] ) . ‘ constants’; … I … Read more