![]() |
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 - 02 May 2016 I should've done this months ago, but I was pretty much happy with MySQL 5.6. However, Ubuntu 16.10 defaults to 5.7 and even the migration from 5.6 to 5.7 was not successful - at first, MySQL server was simply removed! Then it turned out that Oracle decided to change column names in the user table... What was wrong with the name "Password"? Also the DB binaries are not backward compatible anymore, so there is no simple way to go back to MySQL 5.6 or forward to MariaDB 10.x without dumping and restoring all databases. I could recover one test site, but this one did not make it. So, back to reading documentation... That's basically what I was going to say about upgrades. All upgrades must be done "in time". Too late and the new version is either not compatible, or the old version is neither upgradable nor supported, and everything must be recreated from scratch. And the data can easily be lost this way. So timely upgrades are crucial. RE: Site performance, Server errors, outages and tunings - Tinker D - 02 May 2016 I think my head hurts. You do a great job running the site Ra. My hats and dresses off to you. I could never do the work you do without going mad.... Wait... I am mad, I'm mad about you. Keep up the good work my friend. D RE: Site performance, Server errors, outages and tunings - Like Ra - 02 May 2016 Only a mad person can work all days without breaks for own money. Ah, they call it hobby... 😁 RE: Site performance, Server errors, outages and tunings - Tinker D - 02 May 2016 You got one hell of a hobby, that's for sure. RE: Site performance, Server errors, outages and tunings - Like Ra - 02 May 2016 I've got many 😁 RE: Site performance, Server errors, outages and tunings - ltxrob - 02 May 2016 I only have a vague idea about half of what you type in the topic area.... But thanks for what you do!! 😁 RE: Site performance, Server errors, outages and tunings - Like Ra - 03 May 2016 I like when small tweaks make a significant cumulative improvement. o- Google has finally assigned the stable status to mod_pagespeed 1.11.33.1. Now Apache caches highly compressed (Instead of uncompressed) versions of web-pages parts (e.g. scripts, style sheets, etc). That means: more free memory, more free, CPU cycles, and faster page loads. o- I moved jquery.js from the Google CDN to the site server, what in combination with the latest mod_pagespeed allowed to join almost all scripts together and compress. Also the browser does not have to establish separate connections to Google CDN. o- HTTPS + HTTP/2 loads page components in parallel The sum is around 20% improvement at the user side and less server load. Nice! 😉 OTOH, the latest jQuery broke the Quick Edit feature. 😁 😁 😁 RE: Site performance, Server errors, outages and tunings - Like Ra - 03 May 2016 (03 May 2016, 18:43 )Like Ra Wrote: OTOH, the latest jQuery broke the Quick Edit feature.jQuery 2.2.x does not work with the forum software. Back to 2.1.4. More documentation reading 😁 RE: Site performance, Server errors, outages and tunings - Like Ra - 17 May 2016 I haven't properly investigated that, but apparently DeviantArt change the RSS URL structure, so the DA RSS streams are broken now. No time to look into this till the weekend... RE: Site performance, Server errors, outages and tunings - Like Ra - 20 May 2016 Cleaned up the list of RSS, updated all DeviantArt links - still does not work 😟 |