Active
Project:
Javascript Aggregator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Mar 2011 at 15:23 UTC
Updated:
30 May 2012 at 10:59 UTC
JSMin::get, JSMin::action, JSMin::text, and JSMin::min account for 43% of the exclusive wall time and 47% of exclusive cpu time.
I have been digging in using Xhprof to get these stats and have tracked it to javascript_aggregator.
Is there anything that can be done about the cpu % used on a page request?
And please educate me if I have read this out put incorrectly.
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| xhprof-4.jpg | 100.76 KB | socialnicheguru | |
| xhprof-3.jpg | 114.32 KB | socialnicheguru | |
| xhprof-2.jpg | 109.35 KB | socialnicheguru | |
| xhprof-1.jpg | 197.94 KB | socialnicheguru |
Comments
Comment #1
danepowell commentedWoah... I would certainly like an answer to this as well. I've never seen any performance issues related to Javascript Aggregator but I've never actually checked like this. This is a little disturbing.
Comment #2
mstrelan commentedI am getting very similar results, and have just disabled JSMin. Initial tests seem to be almost twice as fast.
Comment #3
philsward commentedI'll agree that this module creates a huge performance problem... I noticed it mainly on any logged in admin pages vs anonymous. Boost from the anonymous side of things seemed to pretty well take care of things, but when I was logged in, I was sitting 20-40 seconds to edit a node, or navigate the site. I thought maybe it had something to do with jsmin+ vs jsmin, but I think the results were pretty close to the same, regardless of which one was used.
Comment #4
jonaswouters commentedSame experience here. There is definitely a performance problem with this module.