Hi Guys,
If we installed a lot of number of modules in Drupal project, we see some heavy weight process(CCK field creation, clear performance, saving views , enabling/disabling modules etc.) takes so much time to be executed. Please follow some tips and then enjoy the magic in speed :).
Note: Please take backup of these files before to implement these steps.
If we installed a lot of number of modules in Drupal project, we see some heavy weight process(CCK field creation, clear performance, saving views , enabling/disabling modules etc.) takes so much time to be executed. Please follow some tips and then enjoy the magic in speed :).
Note: Please take backup of these files before to implement these steps.
" Drupal" settings
- Disable the "update" module to check status of installed modules.
 - Disable unused modules
 
" php.ini" settings
- memory_limit = 512M
 - max_execution_time = 180s
 - realpath_cache_size = 2M
 
" my.ini" settings
- innodb_flush_log_at_trx_commit = 0
 - key_buffer = 160M
 - max_allowed_packet = 20M
 - table_cache = 64
 - sort_buffer_size = 5120K
 - net_buffer_length = 80K
 - read_buffer_size = 2560K
 - read_rnd_buffer_size = 5120K
 - myisam_sort_buffer_size = 80M
 
No comments:
Post a Comment