phpfanphp Posted August 22, 2007 Share Posted August 22, 2007 I have played with Roadsend, but haven't used Zend. Can anyone recommend a compiler that's pretty good? -Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/66084-anyone-have-a-good-compiler/ Share on other sites More sharing options...
Hypnos Posted August 22, 2007 Share Posted August 22, 2007 For a website (like Roadsend)? Or are you trying to make a binary, like an exe (like Bambalam)? As far as websites go, I just use APC. Technically it's a "cache", but it cache's operation code. Not pages. Quote Link to comment https://forums.phpfreaks.com/topic/66084-anyone-have-a-good-compiler/#findComment-330572 Share on other sites More sharing options...
phpfanphp Posted August 22, 2007 Author Share Posted August 22, 2007 I'm using it to make dynamic webpages, database driven (MySQL). Quote Link to comment https://forums.phpfreaks.com/topic/66084-anyone-have-a-good-compiler/#findComment-331337 Share on other sites More sharing options...
Hypnos Posted August 22, 2007 Share Posted August 22, 2007 Yeah, use APC. If speed is what you're looking for, MySQL and how many queries you do will be the larger issue. Keep your fields as tight as possible, your tables as short as possible, and your indexes in their proper place. Quote Link to comment https://forums.phpfreaks.com/topic/66084-anyone-have-a-good-compiler/#findComment-331390 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.