![]() |
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: Server error, address not available - Like Ra - 25 Jan 2011 Load 60 is the amount or running active processes. Mostly httpd, php and mysqld. RE: Server error, address not available - Like Ra - 26 Jan 2011 Disabled more plugins and traced with WP System status. The WP footprint has been decreased, but "top" does not show any differences. Upgraded to RC3-nightly. RE: Server error, address not available - LockedBoots - 26 Jan 2011 On your main site, now, i get on evey page i look: Sorry, no posts matched your criteria. Is it me, or my computer, or is te site under construction ? RE: Server error, address not available - DeWired - 26 Jan 2011 I think, 60 is not a number of active processes - it is number of processes waiting for each other. It looks as if they can't all fit into memory, and swaps in and out. Another possible scenario is blocking i/o. It may be useful to watch them with iotop in addition to just top. RE: Server error, address not available - Like Ra - 26 Jan 2011 (26 Jan 2011, 18:50 )LockedBoots Wrote: On your main site, now, i get on evey page i look: Sorry, no posts matched your criteria. The menu you mean? WordPress changed the way it deals with categories ( no .../archive/... is needed), so all links need to be corrected. This is what I'm busy right now. RE: Server error, address not available - Like Ra - 26 Jan 2011 (26 Jan 2011, 18:52 )DeWired Wrote: I think, 60 is not a number of active processes - it is number of processes waiting for each other. It looks as if they can't all fit into memory, and swaps in and out. Another possible scenario is blocking i/o. It may be useful to watch them with iotop in addition to just top. Not quite: "the average number of jobs in the run queue over the last 1, 5 and 15 minutes. " All these processes are concurrent and run in parallel. You're right about he memory ans swapping. This is exactly what happens from time to time. PHP is good but takes helluva memory. The developers should be given an old PDP11 with 128KB RAM.... RE: Server error, address not available - Like Ra - 26 Jan 2011 (26 Jan 2011, 21:43 )Like Ra Wrote:(26 Jan 2011, 18:50 )LockedBoots Wrote: On your main site, now, i get on evey page i look: Sorry, no posts matched your criteria. Nice ... This is changed in 3.1. In 3.0.4 the /archive/ is still there. Probably a bug? Anyway, gonna add a line into .htaccess. That's easier (to screw up the whole site 😁 ) RE: Server error, address not available - Like Ra - 27 Jan 2011 OK, fixed. RewriteRules Rule! ;D RE: Server error, address not available - krinlyc - 27 Jan 2011 (27 Jan 2011, 00:11 )Like Ra Wrote: OK, fixed. RewriteRules Rule! ;D You can do nasty things with RewriteRule s - hehe 😁 RE: Server error, address not available - Like Ra - 28 Jan 2011 o- Stopped cPanel services (I rarely use them and they take lots of memory) o- Made lots of changes in the Blog theme. Mow it's "lighter" and with new gallery. Check it out! Now you can click through all attached images. |