logoalt Hacker News

blaintoday at 6:46 AM3 repliesview on HN

I wonder if it would be possible to run Wordpress on this. The issue with Workermen or Swoole is that they doesnt provide request data through globals and some headers are absent which Wordpress is a heavy user of.


Replies

andaitoday at 6:58 AM

Several of the WordPress sites I've worked on were CPU bottlenecked, so I'm not sure if this would have helped. (We had one that took 10+ seconds to build the page... I joked that we were running a static site generator on each HTTP request. My joke was not appreciated!)

show 1 reply
EGregtoday at 11:36 AM

Should absolutely be possible, yes. What headers are usually missing?