Jump to content


holyxing

Member Since 31 Jan 2012
Offline Last Active Mar 29 2012 04:23 AM
-----

Posts I've Made

In Topic: ASSERTION FAILED in /home/content/08/8802508/html/planner/app/protected/modul...

10 February 2012 - 07:12 AM

yes, Jason
I have installed memcached with my local and add url parameter &clearCache=1 .

the page render time is loading home page which log in success of zurmo.

setting host=localhost

Page render time: 10.804 seconds.
Total page view time including validation and tidy: 10.805 seconds.
Total page time: 17.061 seconds.

Database: 'mysql:host=localhost;dbname=zurmo', username: 'zurmo'.

setting host=127.0.0.1
Page render time: 9.914 seconds.
Total page view time including validation and tidy: 9.915 seconds.
Total page time: 14.099 seconds.

Database: 'mysql:host=127.0.0.1;dbname=zurmo', username: 'zurmo'.

In Topic: ASSERTION FAILED in /home/content/08/8802508/html/planner/app/protected/modul...

09 February 2012 - 01:48 PM

Hi,Jason

I spent to lot of time to explore the speed issue, the main reason was about connection string . u know, I modify ~/config/debut.php at line 29

change $debugOn = false

to $debugOn = true;

the follow printing message are Zurmo index.php page render time between host=localhost & host=127.0.0.1

setting host=localhost

Page render time: 10.804 seconds.
Total page view time including validation and tidy: 10.805 seconds.
Total page time: 17.061 seconds.

Database: 'mysql:host=localhost;dbname=zurmo', username: 'zurmo'.

setting host=127.0.0.1
Page render time: 9.914 seconds.
Total page view time including validation and tidy: 9.915 seconds.
Total page time: 14.099 seconds.

Database: 'mysql:host=127.0.0.1;dbname=zurmo', username: 'zurmo'.

the result of render time was so big different, does it ?

BTW, How can I improve my performance continued?

In Topic: Does the zurmo team have the schedule of releasing Zurmo 1.0?

05 February 2012 - 03:55 AM

Yes Jason, I'd like to do the task, as u know, I am a developer manager over 10 years about .net and above 1 year on php and yii.

so how can i involve the zurmo ? can u give me a detail workflow or schedule? thanks for u reply.