System is very slow - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: System is very slow (/showthread.php?tid=802) Pages:
1
2
|
RE: System is very slow - rslemer - 12-29-2017 Nothing I did, solve this problem. I decided install a fresh copy and export all data from old system and import at new. There any way, for transfer ( more easy) for field definitions ( custom fields )? Because, recreate all fields is very boring ( and lot of working ). I means, table field, tables CFs and others? ( will working ?? ) RE: System is very slow - joebordes - 12-30-2017 There is no easy way of copying just the custom fields and configuration from one system to the other, and even if there were I suppose that the process would copy also whatever is slowing down your system. Before doing that I would suggest you profile the system with PHP (xdebug for example) to see if you can catch the offending process RE: System is very slow - rslemer - 01-08-2018 Thanks for your attention, Joe. I solved this, when I moved to another server, with more capacity. =0 RE: System is very slow - joebordes - 01-08-2018 The asterisk extension is very demanding. It is constantly polling which is a bad design pattern. Keep an eye on it. RE: System is very slow - rslemer - 01-09-2018 Is too bad, because this feature is most import for us ... But, thanks for your advice. |