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! 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. 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). 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. 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
Archived
This topic is now archived and is closed to further replies.