Thank you Otto, for the very clear explanation.<br><br>I dint know about opcode caching, I will find out more about it, and may be I can optimize my server further.<br><br><br>Considering, admin scripts are required only for less than !% of the time.<br>
<br>Do you think I should use this conditional class<br><pre>if (is_admin()) {<br>// wp-admin only loaded code.<br>}<br></pre><br>Regular PHP interpreter doesn&#39;t have a problem with the conditional tags, right?<br><br>
<br>btw, where do you learn all this stuff? School or self taught?<br><br><br><br>Satish Gandham<br><br><br>