XF 1.5 SSL / Server Error / Extremely slow load time

erich37

Well-known member
I have just implemented SSL and changed my Website to httpS

Now I have rebuild all caches via "ACP -> Tools ->

... and I am getting the following Error-message:


----------------------

Error Info
XenForo_Exception: Thumb rebuild for #533: Failed to write the attachment thumbnail data. - library/XenForo/DataWriter/AttachmentData.php:169
Generated By: Domain.com, 2 minutes ago
Stack Trace
#0 /www/htdocs/w0815/library/XenForo/DataWriter.php(1423): XenForo_DataWriter_AttachmentData->_postSave()
#1 /www/htdocs/w0815/library/XenForo/Deferred/AttachmentThumb.php(67): XenForo_DataWriter->save()
#2 /www/htdocs/w0815/library/XenForo/Model/Deferred.php(295): XenForo_Deferred_AttachmentThumb->execute(Array, Array, 7.99999904633, '')
#3 /www/htdocs/w0815/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 7.99999904633, '', false)
#4 /www/htdocs/w0815/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, 8, '', false)
#5 /www/htdocs/w0815/library/XenForo/ControllerAdmin/Tools.php(159): XenForo_Model_Deferred->run(true, NULL, '', false)
#6 /www/htdocs/w0815/library/XenForo/FrontController.php(369): XenForo_ControllerAdmin_Tools->actionRunDeferred()
#7 /www/htdocs/w0815/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /www/htdocs/w0815/admin.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
["url"] => string(55) "https://www.domain.com/admin.php?tools/run-deferred"
["_GET"] => array(1) {
["tools/run-deferred"] => string(0) ""
}
["_POST"] => array(3) {
["redirect"] => string(60) "https://www.domain.com/admin.php?tools/rebuild&success=1"
["execute"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}

------------------------------

Does anybody know what this Error says or where it is coming from ?



The issue I am having:
when I change my website from http towards httpS, the website is loading extremely slow, sometimes I am waiting for 1 minute in order for the "Forum" to load.
Does anybody have an idea, what could be the issue of extremely slow loading (1 minute wait until page loads) when switching from http towards SSL ?


I am having the following setup:
XenForo 1.5.16
SSL-certificate via LetsEncrypt.
PHP 7.0 (Apache-Modul), MySQL 5.7 and Apache 2.4 (http/2 Support).



Many thanks for help !
 
The issue I am having:
when I change my website from http towards httpS, the website is loading extremely slow, sometimes I am waiting for 1 minute in order for the "Forum" to load.
Does anybody have an idea, what could be the issue of extremely slow loading (1 minute wait until page loads) when switching from http towards SSL ?

Happening to me also
 
Top Bottom