Page 1 of 1

[solved] Website admin very slow after moving website

Posted: Thu Nov 03, 2016 11:12 am
by Masweb
Hello,

I've made a website on a sub domain to test and moved it to the live domain.
After that the website is function good but teh admin is very slow.
In this forum I read abouth the debug mode but I don't undersyand the output of that. Can anyone tell me whats wrong and what I can do abouth it.

Debug: (8.99999999998E-6) - (usage: 872216) - (peak: 880432) loading page functions
Debug: (0.001194) - (usage: 959288) - (peak: 1002336) loading content functions
Debug: (0.001408) - (usage: 964496) - (peak: 1002336) loading translation functions
Debug: (0.00168) - (usage: 974912) - (peak: 1002336) loading php4 entity decode functions
Debug: (0.00309) - (usage: 1171560) - (peak: 1282472) done loading files
Debug: (0.003122) - (usage: 1171816) - (peak: 1282472) Initialize Database
Debug: (0.010705) - (usage: 1917128) - (peak: 1936112) (mysqli): SET NAMES 'utf8'
Debug: (0.010747) - (usage: 1916072) - (peak: 1936112) Done Initializing Database
Debug display of 'Loading Modules':(0.013146) - (usage: 2097824) - (peak: 2291832)
Debug: (0.016476) - (usage: 2335896) - (peak: 2367744) (mysqli): SELECT * FROM cms_modules ORDER BY module_name
Debug: (0.018807) - (usage: 2377952) - (peak: 2399720) (mysqli): SELECT parent_module,child_module,minimum_version FROM cms_module_deps ORDER BY parent_module
Debug: (0.046857) - (usage: 4625128) - (peak: 4653536) (mysqli): SELECT * FROM cms_userplugins ORDER BY userplugin_name
Debug: (0.05198) - (usage: 4980832) - (peak: 5008760) (mysqli): SET @CG_ZEROTIME = NOW() - INTERVAL 150 YEAR,@CG_FUTURETIME = NOW() + INTERVAL 5 YEAR
Debug: (0.084305) - (usage: 6505784) - (peak: 6543816) (mysqli): SELECT preference,value FROM cms_userprefs WHERE user_id = 1
Debug: (0.131555) - (usage: 8738216) - (peak: 8873304) (mysqli): SELECT item_id,url FROM cms_module_liseportfolio_item WHERE url != ''
Debug: (0.133395) - (usage: 8839384) - (peak: 8924080) (mysqli): SELECT * FROM cms_routes
Debug display of 'End of Loading Modules':(0.133755) - (usage: 8845680) - (peak: 8932744)
Debug: (0,133819) - (usage: 8846352) - (peak: 8932872) Initialize Smarty
Debug: (0,133847) - (usage: 8846696) - (peak: 8932872) Done Initialiing Smarty
Debug: (2,4E-5) - (usage: 8884872) - (peak: 8981912) before theme load
Debug: (0,007032) - (usage: 9255488) - (peak: 9309304) after theme load
Debug: (0,00708) - (usage: 9256232) - (peak: 9309304) before notifications
Debug: (0,015039) - (usage: 9515800) - (peak: 10120400) before populate admin navigation
Debug: (0,022592) - (usage: 9589104) - (peak: 10120400) before menu items
Debug: (0,024465) - (usage: 9691416) - (peak: 10120400) (mysqli): SELECT group_id FROM cms_user_groups WHERE user_id = 1
Debug: (0,025399) - (usage: 9724680) - (peak: 10120400) after menu items
Debug: (0,025684) - (usage: 9731856) - (peak: 10120400) before system modules
Debug: (0,025968) - (usage: 9748616) - (peak: 10120400) before non system module menu items
Debug: (0,026246) - (usage: 9763536) - (peak: 10120400) after non system module menu items
Debug: (0,028328) - (usage: 9839440) - (peak: 10120400) after populate admin navigation
Debug display of 'Fetch topcontent.tpl start':(0,028779) - (usage: 9889984) - (peak: 10120400)
Debug display of 'Fetch topcontent.tpl end':(0,175381) - (usage: 13248048) - (peak: 13551648)

Re: Website admin very slow after moving website

Posted: Thu Nov 03, 2016 11:37 am
by scooper
This might be due to the File Manager dropdown in OneEleven. We have a couple of servers (cloud servers especially) that are really slow to load all the paths in the dropdown.

This is especially true if you have 'Enable advanced mode' selected in the File Manager options so first thing to do is make sure you keep that off if you don't need it.

There's more info in this thread

That dropdown is going to be changed in V2.2 which hopefully will be arriving soon.

Re: Website admin very slow after moving website

Posted: Thu Nov 03, 2016 11:39 am
by Masweb
scooper wrote:This might be due to the File Manager dropdown in OneEleven. We have a couple of servers (cloud servers especially) that are really slow to load all the paths in the dropdown.

This is especially true if you have 'Enable advanced mode' selected in the File Manager options so first thing to do is make sure you keep that off if you don't need it.

There's more info in this thread

That dropdown is going to be changed in V2.2 which hopefully will be arriving soon.
That's a quick one!

Thanks!! That's it!