![]() |
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 - 20 Nov 2016 Fixed the "Thank you" button in the mobile version. RE: Site performance, Server errors, outages and tunings - B1u3 - 20 Nov 2016 Small "problem": I was logged out and needed to log in again. I guess the cookie was EOL. RE: Site performance, Server errors, outages and tunings - Like Ra - 22 Nov 2016 Have a look at this amount of registered users drop (from 9,016 to 8,796) on Nov 18: ![]() This is the next day after that login issue occurred. RE: Site performance, Server errors, outages and tunings - Like Ra - 22 Nov 2016 Non-activated for 5 days users are pruned every day at 3 GMT, and I do not see errors in the logs. Weird... RE: Site performance, Server errors, outages and tunings - madboyevil - 23 Nov 2016 (20 Nov 2016, 02:07 )Like Ra Wrote:(19 Nov 2016, 17:18 )Like Ra Wrote:(19 Nov 2016, 06:22 )madboyevil Wrote: Maybe the best thing would be to show them from new to last in my opinion?Good idea. I will have a look at how the plugin is written, most likely it's just a matter of a simple SQL tweak. The problem still remain. Here is an example of today, 22 november, 22:13: RE: Site performance, Server errors, outages and tunings - Like Ra - 23 Nov 2016 (23 Nov 2016, 03:15 )madboyevil Wrote: The problem still remain. Here is an example of today, 22 november, 22:13:Hm... Currently the Alerts are sorted "descendantly" by the ID. {diceroller-code} RE: Site performance, Server errors, outages and tunings - madboyevil - 23 Nov 2016 I guess this query is the same for the "popup" alerts and the "View All Alerts" link that redirects you to the full page of alerts... That's weird. I don't know if someone else could check this, but the issue still remains, the new alerts appear at the bottom RE: Site performance, Server errors, outages and tunings - Like Ra - 23 Nov 2016 There are two queries but 'ORDER BY a.id DESC' is in both. I wonder if the old file was cached - just restarted fpm-php. Can you check again? RE: Site performance, Server errors, outages and tunings - madboyevil - 24 Nov 2016 (23 Nov 2016, 11:36 )Like Ra Wrote: There are two queries but 'ORDER BY a.id DESC' is in both. I wonder if the old file was cached - just restarted fpm-php. Can you check again? Sadly is still the same, the new ones are at the bottom. RE: Site performance, Server errors, outages and tunings - Tinker D - 24 Nov 2016 (22 Nov 2016, 01:34 )Like Ra Wrote: Non-activated for 5 days users are pruned every day at 3 GMT, and I do not see errors in the logs. Weird... When you say " Pruned ", do you mean that if a user does not view the site or logs in, in 5 days, that user is droped and has to relog in or re-register? Looks like two lines of code got tied together. Something like a sintax error without the error alert. |