![]() |
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
156
|
RE: Site performance, Server errors, outages and tunings - Like Ra - 10 Dec 2015 Too early... The blog produces the White Screen of Death. Possibly something is not compatible with PHPv7. More work... RE: Site performance, Server errors, outages and tunings - Like Ra - 10 Dec 2015 Yarrrgghhhh.... still WSOD... Another my WordPress-based site works fine on PHPv7. But here - nothing in the logs, nothing on the screen. Also no errors... RE: Site performance, Server errors, outages and tunings - Like Ra - 10 Dec 2015 THe Blog is back - it was the RSS streams plugin, which is disabled now. So, no pervy streams for the time being 😟 Next step is to troubleshoot the plugin, what means blog outages, but at least the forum is independent of this issue, but there may be more... RE: Site performance, Server errors, outages and tunings - Like Ra - 10 Dec 2015 FIXED! 😁 Back to tweaking.... RE: Site performance, Server errors, outages and tunings - Like Ra - 11 Dec 2015 Updated several plugins and installed a new one that automatically inserts the page title for an URL. I made lots of changes today, so please let me know if you notice that something is broken. RE: Site performance, Server errors, outages and tunings - Like Ra - 11 Dec 2015 Bug: No text is shown in the chat. RE: Site performance, Server errors, outages and tunings - Like Ra - 11 Dec 2015 The "Random Gallery Images" Blog widget is the most database intensive part of the WordPress setup. I made a couple of attempts to rewrite it, but never had enough time (ha! always!). It turned out that 60sec caching (thanks to the caching plugin) is the simplest yet very effective solution. The database load dropped significantly, and the page HTML download time decreased by about 25%. I like this stuff 😁 RE: Site performance, Server errors, outages and tunings - Like Ra - 12 Dec 2015 (11 Dec 2015, 02:43 )Like Ra Wrote: installed a new one that automatically inserts the page title for an URL... and disabled it. Good idea, buggy implementation. I tweaked it a bit, but it needs more work. About PHP7 vs HHVM. I can't say, that PHP7 is faster than HHVM (both are as twice as fast as PHP5, though). I've see a recent benchmark, that shows that HHVM is bit faster. My experience shows, that HHVM works more correctly with old PHP code, but very unstable and crashes way too often (especially the latest 3.11), while PHP7 is very stable, but breaks programs. The world is not perfect... The good thing is now I can relatively easily switch between PHP interpreters, should one of them stop working. RE: Site performance, Server errors, outages and tunings - Like Ra - 13 Dec 2015 Just found one Apache process taking 100% CPU for several hours ![]() ![]() RE: Site performance, Server errors, outages and tunings - Like Ra - 17 Dec 2015 The Chat works now. The reason for not showing the text was a feature that is deprecated in PHP v7. |