first of all, we would like to thank people, who took place at development CMS Made Simple, it's a really good tool to have.
Our question is about processor time usage in back-end. Content is almost full-static and as our humble researches shows that most of processor time is consumed by routines in cms admin panel (add/edit content). Is there any way to correct this situation at a cost of performance? Or could it be improving scalability like splitting admin panel on other server? Or modifying cms events that raises on content adding/editing? Or else?
Site pages: over 1 000.
MySQL is running on remote server.
Site running at:
Code: Select all
CMS version 1.8.1
Modules:
CMSMailer 2.0
FileManager 1.0.2
MenuManager 1.6.5
ModuleManager 1.4
nuSOAP 1.0.1
ThemeManager 1.1.1
EditArea 0.2.9
Play 1.0.3
Captcha 0.4.1
Smileys 0.2.0
News 2.10.6
Guestbook 1.1.12
TinyMCE 2.7.2
Configuration info:
php_memory_limit: 64M
process_whole_template: false
output_compression: false
max_upload_size: 256000000
default_upload_permission: 664
url_rewriting: mod_rewrite
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale: ru_RU
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
debug: false
use_smarty_php_tags: false
PHP information:
phpversion: 5.2.12
md5_function: True
gd_version: 2
tempnam_function: True
magic_quotes_runtime: False
Is E_STRICT disabled in error_reporting (E_STRICT): disabled
memory_limit: 64M
max_execution_time: 30
PHP output_buffering (output_buffering): 4096
safe_mode: False
file_uploads: True
post_max_size: 256M
upload_max_filesize: 256M
session.save_path (session_save_path): /tmp (1777)
Sessions are allowed to use Cookies (session_use_cookies): True
xml_function: True
create_dir_and_file: ok
PHP register_globals (register_globals): False
disable_functions in PHP (disable_functions): ok
PHP опция open_basedir (open_basedir): ok
test_remote_url: ok
fsockopen: OK!
fopen: OK!
ini_set (check_ini_set): True
Server information:
server_api: cgi-fcgi
server_db_type: MySQL (mysqli)
server_db_version: 5.0.70
Server software:
Apache/2.2.14 (Unix) mod_fcgid/2.3.5-dev
server_os: Linux 2.6.28-r9-s-a-1gb Вкл x86_64
Thanks.
ps: it could be worst english ever, sorry
