Closed (fixed)
Project:
TouchPro
Version:
7.x-1.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
8 Feb 2012 at 14:16 UTC
Updated:
1 Mar 2012 at 01:00 UTC
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
Comment #1
7wonders commentedIt 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?
Comment #2
maulwuff commentedThat'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. :/
Comment #3
jurriaanroelofs commentedhttp://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?
Comment #4
jurriaanroelofs commentedComment #5
7wonders commentedI 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.