![]() |
Site performance, Server errors, outages and tunings - Printable Version +- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb) +-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section) +--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site) +--- Thread: Site performance, Server errors, outages and tunings (/Thread-Site-performance-Server-errors-outages-and-tunings) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|
RE: Site performance, Server errors, outages and tunings - Like Ra - 24 Mar 2016 (17 Mar 2016, 11:24 )ltxrob Wrote: Any chance of tweaking the spacing/ layout for mobile??Can you try again? I moved it into one line (removed <li> elements and corresponding styling), but the top menu looks different for me, because I have additional navigation items. Does it look better now? RE: Site performance, Server errors, outages and tunings - ltxrob - 24 Mar 2016 Looks much better.... No major issues of clipping the wrong function now!! Thanks RE: Site performance, Server errors, outages and tunings - Like Ra - 25 Mar 2016 Just noticed, that after the recent forum upgrade on Mar 13, almost 200 users were removed. I wonder if the user pruning (those who have not completed the activation process) system was not working correctly before the upgrade. Anyway, please let me know if someone was "inadvertently exterminated". RE: Site performance, Server errors, outages and tunings - Like Ra - 13 Apr 2016 WordPress (the blog software) has been upgraded. Please let me know if something is broken. RE: Site performance, Server errors, outages and tunings - Like Ra - 15 Apr 2016 Apache crashed this morning, what looks to me because of library mismatch (missing symbol) after the Apache upgrade yesterday, but for some reason it was not automatically restarted. Investigating... RE: Site performance, Server errors, outages and tunings - Like Ra - 27 Apr 2016 Upgrading the operating system... RE: Site performance, Server errors, outages and tunings - Like Ra - 27 Apr 2016 Upgraded. It looks strange, but it works. MySQL is 5.7.12 now and very different from 5.6. Oh, that learning curve... RE: Site performance, Server errors, outages and tunings - Like Ra - 27 Apr 2016 You might have experienced various database errors - I'm trying to get rid of MySQL (5.7) and migrate to MariaDB. MySQL 5.7 turned out to be weird, not quite compatible, and slow. But it's not possible without recreating all databases 😟 So, as always, there is no perfect solution, and everything requires time, efforts, and money. RE: Site performance, Server errors, outages and tunings - Like Ra - 01 May 2016 Spent the whole day today trying to migrate from MySQL to MariaDB - failed miserably. The only way to migrate is to dump/restore all databases, but MariaDB always complains about syntax of some SQL queries. So, I'm currently stuck with not completely installed MySQL 5.7 😟 Fortunately I made copy of the directory structures and can switch between the two. Will try again next week, I'm completely exhausted now... RE: Site performance, Server errors, outages and tunings - herrpee - 02 May 2016 Yea, I noticed you had a bad day, the error messages were diverse, to say the least. I feel your pain. Better luck next time! |