goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

Performance Issue #112

Closed ibnoe closed 9 years ago

ibnoe commented 9 years ago

lastest no-cms running slowly on my computer.. when i see the profiler. there are 192 QUERIES on default installation. when we see the queries, there are many similar query

goFrendiAsgard commented 9 years ago

How do you see the queries? Are the queries related to cms_main_user? If it is the case, it is created by AJAX request. Not a major issue.

heruprambadi commented 9 years ago

just add $this->output->enable_profiler(1) on your cms_controller (ibnoe)

goFrendiAsgard commented 9 years ago

Thank you. I'll inspect further.

On Wed, Mar 18, 2015 at 4:46 PM, heruprambadi notifications@github.com wrote:

just add $this->output->enable_profiler(1) on your cms_controller (ibnoe)

— Reply to this email directly or view it on GitHub https://github.com/goFrendiAsgard/No-CMS/issues/112#issuecomment-82855196 .


Go Frendi Gunawan.

goFrendiAsgard commented 9 years ago

Still trying to reduce the query. screenshot from 2015-03-19 21 13 57

goFrendiAsgard commented 9 years ago

Okay, it is now only 45 queries. I now using static properties to cache some query result such as widget and navigation.