Reputation: 54
Hiphop from Facebook don't like eval() or create_function().
Are there good open source php-CMS which work with hiphop almost out of the box? Drupal is not compatible as far as I know.
If possible, are those cms multi-site-enabled (one code base hosts several sites with different db-connection-strings).
I think that hiphop php could be a good choice for Amazon EC2 it could save a lot of money.
Thanks in advance, Tom
Upvotes: 0
Views: 344
Reputation: 51411
Back in 2009, PHP creator Rasmus Lerdorf made a presentation for the Digg folks, in which he demonstrated numerous performance profiling techniques. It takes 20 slides to get there, but he demonstrated that conventional performance profiling techniques can be just as effective at increasing performance as HipHop.
Forget HipHop. Profile your code to identify bottlenecks, then remove them.
Upvotes: 1