As already mentioned, the page result takes forever to load. Long enough to trigger a timeout on bad days. I have checked htop and seen that the php process takes up to 80-85% of the server's CPU.
I have checked, disabled and evaluated the following:
- Same result with or without Facet Api
- Same result with or without Caching
- MySQL queries are ok (in terms of drupal...)
- The search result tpl is not responsible (I tried removing everything frm the tpl excet "print 'test'", it still took forever)
- there are no php errors in recent log messages, none in apache logs
- The Solr server is absolutely bored and returns the 70 results in half a blink of an eye
Where can I look? How could I debug this stuff? I'm thankful for any advice!