![]() |
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 - 01 Oct 2020 ![]() RE: Site performance, Server errors, outages and tunings - Like Ra - 25 Oct 2020 Extended domain likera.com for 9 more years ![]() πΈπ°πΈ RE: Site performance, Server errors, outages and tunings - Like Ra - 27 Oct 2020 Each mysql version brings more errors {diceroller-code} The fix was removing this from /etc/mysql/my.cnf: {diceroller-code} RE: Site performance, Server errors, outages and tunings - Like Ra - 31 Oct 2020 Found another strange bug. From time to time, if you are visiting the site on a mobile device when you click some links (e.g. statistics, sub-forums, but not the threads!) you will be redirected to the main page of the forum. It can be fixed by resetting the internal some of the MyBB caches. By default it's done once per day, I increased it to twice per day. Let's see if it helps. RE: Site performance, Server errors, outages and tunings - Tinker D - 01 Nov 2020 Is there a set time each day, like 5:00am, that the system checks itself? Or is it random? RE: Site performance, Server errors, outages and tunings - Like Ra - 01 Nov 2020 There is quite a few of the tasks that run a various (but predefined) days and/or times of day. I reconfigured the daily cleanup to run twice a day: at 00:00 and 12:00GMT. ![]() RE: Site performance, Server errors, outages and tunings - Tinker D - 01 Nov 2020 Ok, question? When one routine checking itself, can that routine cause another routine to skip a Bit causing a cancellation of the second routine? In other words, can one program interfere with another ? RE: Site performance, Server errors, outages and tunings - Like Ra - 01 Nov 2020 (01 Nov 2020, 02:12 )Tinker D Wrote: In other words, can one program interfere with another ?I think it's possible, but the default original mybb tasks call different functions, even if it happens at the same time, and the database should be able to handle the requests correctly. But anything might go wrong, since every program has bugs (at least for certain circumstances). RE: Site performance, Server errors, outages and tunings - Like Ra - 10 Nov 2020 (07 Jun 2020, 23:41 )Like Ra Wrote: Added webm and webp!Now webp is properly added - you can upload webp images and they will be properly thumbnailed. However, it's done at the expense of changing the core files, so I have to retweak them every time I upgrade the forum software π Otherwise I need to make a pull request in the github repository. I need more "free" time π RE: Site performance, Server errors, outages and tunings - Like Ra - 10 Nov 2020 The site was inaccessible for some time - the reason is a local outage around the provider data centre. |