Well, the title says it all really. No errors, nothing in the logs, just a total WSOD when trying to go to touchpro settings page under appearance. Have all the dependencies installed so not really sure whats happening.

Comments

7wonders’s picture

It turns out that it loads on my localhost dev box (although incredibly long load times) but on my vps which does not have the same resources available it times out. Is there anything that can be done to reduce the size of the settings page such as not loading every settings at once?

maulwuff’s picture

That's right. it takes 4 of 4 cores at 100% load on a i5 2500K to get this page loaded. Load time for the page on localhost is 5 seconds. File size is reported as 500KB.
So it's the needed processing power which kills the page. :/

jurriaanroelofs’s picture

http://drupal.org/node/1363424 maybe this? for me the settings page loads really fast.
Also @maul, 4 core used for 1 page load? that is not possible for a single page load. maybe images are causing 404 pages to load that are also handled by Drupal?

jurriaanroelofs’s picture

Assigned: Unassigned » jurriaanroelofs
Status: Active » Postponed (maintainer needs more info)
7wonders’s picture

Status: Postponed (maintainer needs more info) » Fixed

I will mark this as fixed as for me I have fixed it. I ran xhprof and saw that the problem was actually drupalforfirebug struggling and not the theme at all. Disabling it made the page load no problems.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.