![]() |
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 - herrpee - 09 Jul 2015 Maybe we need to come over and tie him up? RE: Site performance, Server errors, outages and tunings - Like Ra - 21 Jul 2015 I have replaced PHP5-FPM with HHVM. The first reference to a PHP file should be slower than with php5-fpm, but all subsequent much faster. Probably it will not be noticeable. But HHVM multithreaded and takes much less memory than separate PHP5 processes. Please let me know what you see/feel/experience. RE: Site performance, Server errors, outages and tunings - Like Ra - 21 Jul 2015 Speaking of the KVM vs Xen performance again, here's the disk IO load: ![]() Nice, eh? 😉 Hm, attachments are not visible... Now they are.... RE: Site performance, Server errors, outages and tunings - Like Ra - 21 Jul 2015 I removed the preparser cache and now the thumbnails are loaded correctly. Meed to properly investigate this later... RE: Site performance, Server errors, outages and tunings - Like Ra - 22 Jul 2015 (21 Jul 2015, 23:01 )Like Ra Wrote: But HHVM ... takes much less memory than separate PHP5 processes. Mmmm... 348MB resident. I take this back ... 😁 Let's see what happens. For those who are interested: https://en.wikipedia.org/wiki/HipHop_Virtual_Machine RE: Site performance, Server errors, outages and tunings - Culmor - 22 Jul 2015 Quote:For those who are interested... I'd be surprised if anyone understands. I certainly don't 😊 RE: Site performance, Server errors, outages and tunings - herrpee - 22 Jul 2015 It's about a virtual server that dances real old school hiphop! RE: Site performance, Server errors, outages and tunings - madjack - 24 Jul 2015 Having problems access the site today - getting 503 errors Anything happening that shouldn't be? MJ RE: Site performance, Server errors, outages and tunings - Like Ra - 24 Jul 2015 Yes, my first vacation day.... And #-&$#@@$@$ WordPress decided to automatically upgrade, what apparently broke the DB tunings I made, and trashed the HHVM cache. Or something else. Just rebooted the server, looks OK so far. Thanks to Linode such things are possible from a smartphone. RE: Site performance, Server errors, outages and tunings - Like Ra - 28 Jul 2015 (24 Jul 2015, 11:33 )Like Ra Wrote: #-&$#@@$@$And #-&$#@@$@$ happened again. Rebooted the box... That definitely does not make happy.... |