After fixing a couple of things, I have successfully compiled WordPress 3.0 which was just released last week. All functions including multisite support are working as I have tested. Please read the article in following link on how to compile WordPress 3.0 in four easy steps:
> After fixing a couple of things, I have successfully compiled WordPress 3.0 which was just released last week. All functions including multisite support are working as I have tested. Please read the article in following link on how to compile WordPress 3.0 in four easy steps:
> Awesome work, we fixed the problem with wp_reset_vars() last week to do > with variable variable globals. Those should now work.
> - S
> On Jun 23, 2010, at 3:27 PM, Hui Chen wrote:
> > Hi everyone,
> > After fixing a couple of things, I have successfully compiled WordPress > 3.0 which was just released last week. All functions including multisite > support are working as I have tested. Please read the article in following > link on how to compile WordPress 3.0 in four easy steps:
I have done some new benchmarks of WordPress with a page caching plugin. This time HPHP gave even more impressive results.
With a page caching plugin, HPHPed WordPress has gained 2.7x speedup over PHP. Dynamic page generation of HPHP is super fast that its speed is more than a quarter of static content by Nginx.
On Wed, Jun 23, 2010 at 8:49 PM, Hui Chen <usa.c...@gmail.com> wrote: > Thanks Scott, I saw dynamic global support was added to HPHP in the git > log. You guys are really quick in adding new features. Good job!
> br, > Hui
> On Wed, Jun 23, 2010 at 8:17 PM, Scott MacVicar <macvi...@facebook.com>wrote:
>> Awesome work, we fixed the problem with wp_reset_vars() last week to do >> with variable variable globals. Those should now work.
>> - S
>> On Jun 23, 2010, at 3:27 PM, Hui Chen wrote:
>> > Hi everyone,
>> > After fixing a couple of things, I have successfully compiled WordPress >> 3.0 which was just released last week. All functions including multisite >> support are working as I have tested. Please read the article in following >> link on how to compile WordPress 3.0 in four easy steps:
I have done the same test (wordpress 3) with Apache 2.12 php 5.2.10 apc + Hyper Cache vs hiphop + Hyper Cache and hiphop is a little more slow than Lamp, don't unstand why.
Without Hyper Cache, hipop is 100% faster than Lamp.
> I have done some new benchmarks of WordPress with a page caching plugin. > This time HPHP gave even more impressive results.
> With a page caching plugin, HPHPed WordPress has gained 2.7x speedup over > PHP. Dynamic page generation of HPHP is super fast that its speed is more > than a quarter of static content by Nginx.
> On Wed, Jun 23, 2010 at 8:49 PM, Hui Chen <usa.c...@gmail.com> wrote:
>> Thanks Scott, I saw dynamic global support was added to HPHP in the git >> log. You guys are really quick in adding new features. Good job!
>> br, >> Hui
>> On Wed, Jun 23, 2010 at 8:17 PM, Scott MacVicar <macvi...@facebook.com>wrote:
>>> Awesome work, we fixed the problem with wp_reset_vars() last week to do >>> with variable variable globals. Those should now work.
>>> - S
>>> On Jun 23, 2010, at 3:27 PM, Hui Chen wrote:
>>> > Hi everyone,
>>> > After fixing a couple of things, I have successfully compiled WordPress >>> 3.0 which was just released last week. All functions including multisite >>> support are working as I have tested. Please read the article in following >>> link on how to compile WordPress 3.0 in four easy steps: