Jump to content

After clicking Submit Reply, saving is very slow


Recommended Posts

Hi guys, for a few days now, after writing a post and clicking 'Submit Reply' it takes 10 to thirty seconds to save the post.

This does not happen on the post editing function and happens even without advertising and with all plugins disabled.

Do you have any advice for me?

Edited by sofos
Link to comment
Share on other sites

  • sofos changed the title to After clicking Submit Reply, saving is very slow

@Jim M

switching to sendgrid doesn't seem to have any effect

Reoccurring system log entry (169 times)


OutOfRangeException: (0) #0 /var/www/vhosts/ myforum.com/httpdocs/system/Theme/Theme.php(401): IPS\Patterns\_ActiveRecord::load() #1 /var/www/vhosts/ myforum.com/httpdocs/system/Dispatcher/Standard.php(54): IPS\_Theme::i() #2 /var/www/vhosts/ myforum.com/httpdocs/system/Dispatcher/Front.php(760): IPS\Dispatcher\_Standard::baseCss() #3 /var/www/vhosts/ myforum.com/httpdocs/system/Dispatcher/Front.php(76): IPS\Dispatcher\_Front::baseCss() #4 /var/www/vhosts/ myforum.com/httpdocs/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\_Front->init() #5 /var/www/vhosts/ myforum.com/httpdocs/index.php(13): IPS\_Dispatcher::i() #6 {main}

Link to comment
Share on other sites

16 minutes ago, sofos said:

@Jim M

switching to sendgrid doesn't seem to have any effect

Reoccurring system log entry (169 times)


OutOfRangeException: (0) #0 /var/www/vhosts/ myforum.com/httpdocs/system/Theme/Theme.php(401): IPS\Patterns\_ActiveRecord::load() #1 /var/www/vhosts/ myforum.com/httpdocs/system/Dispatcher/Standard.php(54): IPS\_Theme::i() #2 /var/www/vhosts/ myforum.com/httpdocs/system/Dispatcher/Front.php(760): IPS\Dispatcher\_Standard::baseCss() #3 /var/www/vhosts/ myforum.com/httpdocs/system/Dispatcher/Front.php(76): IPS\Dispatcher\_Front::baseCss() #4 /var/www/vhosts/ myforum.com/httpdocs/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\_Front->init() #5 /var/www/vhosts/ myforum.com/httpdocs/index.php(13): IPS\_Dispatcher::i() #6 {main}

You may wish to investigate what is happening with your community. Attempting to sign in from the ACP, I keep getting redirected around. If you have any custom redirects on the server imposing HTTP to HTTPS or otherwise. I would remove those.

Link to comment
Share on other sites

@Marc Stridgen there are two queries thrown continuously:

Quote

/*forum::forum::IPS\Content\Search\Mysql\_Index::index:306*/ INSERT INTO `core_search_index`

Quote

/*forum::forum::IPS\Session\Store\_Database::updateSession:381*/ INSERT INTO `core_sessions` ( `id`, `member_name`, `seo_name`, `member_id`, `ip_address`, `browser`, `running_time`, `login_type`, `member_group`, `current_appcomponent`, `current_module`, `current_controller`, `current_id`, `uagent_key`, `uagent_version`, `uagent_type`, `search_thread_id`, `search_thread_time`, `data`, `location_url`, `location_lang`, `location_data`, `location_permissions`, `theme_id`, `in_editor` ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) ON DUPLICATE KEY UPDATE `id`=VALUES(`id`), `member_name`=VALUES(`member_name`), `seo_name`=VALUES(`seo_name`), `member_id`=VALUES(`member_id`), `ip_address`=VALUES(`ip_address`), `browser`=VALUES(`browser`), `running_time`=VALUES(`running_time`), `login_type`=VALUES(`login_type`), `member_group`=VALUES(`member_group`), `current_appcomponent`=VALUES(`current_appcomponent`), `current_module`=VALUES(`current_module`), `current_controller`=VALUES(`current_controller`), `current_id`=VALUES(`current_id`), `uagent_key`=VALUES(`uagent_key`), `uagent_version`=VALUES(`uagent_version`), `uagent_type`=VALUES(`uagent_type`), `search_thread_id`=VALUES(`search_thread_id`), `search_thread_time`=VALUES(`search_thread_time`), `data`=VALUES(`data`), `location_url`=VALUES(`location_url`), `location_lang`=VALUES(`location_lang`), `location_data`=VALUES(`location_data`), `location_permissions`=VALUES(`location_permissions`), `theme_id`=VALUES(`theme_id`), `in_editor`=VALUES(`in_editor`)

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...