Re: Load time achievement
Reply #1 –
Thats a fantastic job you are doing, very impressive !!
Re: Load time achievement
Reply #3 –
2.0 Beta 1 is way slower... Too buggy to me...
Re: Load time achievement
Reply #5 –
Nope, the released one is the buggy one, not this site. Queries take more than 3 seconds while 1.1 is just 0.03. So yeah, I have tested, compared them and its definitely buggy.
Re: Load time achievement
Reply #7 –
One thought is to try the "Disable hostname lookups" as that is often slow, especially on development boxes.
Re: Load time achievement
Reply #10 –
I will retry, but last time it was not working, and I have to use 127.0.0.1. Anyway, queries delays are facts, whether or not localhost vs 127.0.0.1 was the main issue or otherwise not.
Edited: Changing it to localhost definitely causing error 500 issues. I've just re-tried. 1.1 is using localhost just fine as mentioned earlier, so not my server issue.
Re: Load time achievement
Reply #11 –
That is strange.
This site is on a ispconfig control panel, mariadb, apache and connects via localhost in the admin panel. What happens when you are at the command line and try to connect with mysql -h localhost -u youruser -p and then mysql -h 127.0.0.1 -u youruser -p to see if you get a socket or permissions error.
Re: Load time achievement
Reply #13 –
Interesting ...
So it is initializing the connection mysqli_init() and then making a successful connection with real_connect() but fails trying to do a SET NAMES UTF8
The actual error message would have been a couple of lines about the start of that tail, so if you could post that it would be a useful clue.
Re: Load time achievement
Reply #14 –
You mean in Elkarte 2.0 Beta 1 forum? I will retry and report later.