Posts: 28,231
Thanks received: 14791
Thanks given: 7684
Joined: Jul 2006
(27 Jan 2019, 20:57 )zan Wrote: HTTP to HTTPS redirection (<VirtualHost *:80> ServerName www.likera.com Redirect permanent / https://www.likera.com/ </VirtualHost>π
Unfortunately HTTP->HTTPS redirection breaks ModPagespeed π I haven't figured out how to work around it yet.
(27 Jan 2019, 20:57 )zan Wrote: HSTS header (Strict-Transport-Security: max-age=63072000) I suspect HSTS will introduce the same problem with Pagespeed.
(27 Jan 2019, 20:57 )zan Wrote: DNSSEC (some registrars or authoritative DNS providers still are working on support for this though) Looks like Linode does not support DNSSEC yet. I only added the CAA record π
Posts: 28,231
Thanks received: 14791
Thanks given: 7684
Joined: Jul 2006
13 Feb 2019, 01:17
(This post was last modified: 13 Feb 2019, 11:40 by Like Ra.)
What do you do if you constantly receive annoying repetitive non-SPAM mails? I usually delete them. Months or years of daily annoying repetitive unnecessary activities eat our health and life, but we still do it, don't we?
So, yesterday I fixed the web-logging processing script that broke 3 years ago after automatic upgrading PERL to 5.26 (left curly brackets must be escaped with back-slash now)
Today I checked the now working statistics and discovered a huge amount of requests to non-existing files, and fixed another problem which appeared years ago after upgrading the forum software (GIF pictograms were replaced with PNG ones, but the links were not updated). Both the page load time and search engine penalties should decrease as a result.
Step for step π
Posts: 4,640
Thanks received: 6590
Thanks given: 3704
Joined: Dec 2006
Hmm... getting some odd responses when posting or trying to post today.
Messages about possible security issues or else saying I've a  eady posted, but then either everything is fine or else the post is lost and I have to re-do from scratch.
Most strange...
MJ
Posts: 28,231
Thanks received: 14791
Thanks given: 7684
Joined: Jul 2006
(13 Feb 2019, 13:40 )madjack Wrote: Messages about possible security issues or else saying I've a eady posted Hm... This is something what was not changed last night. I only removed references to non-existing files and renamed incorrect links. Could you please make a screen shot of those messages, if you encounter them again? You are using Edge, right? (I have access to Windows 7 only, so no Edge).
Posts: 28,231
Thanks received: 14791
Thanks given: 7684
Joined: Jul 2006
14 Feb 2019, 00:41
(This post was last modified: 14 Feb 2019, 00:42 by Like Ra.)
Replaced jQuery with the latest version, and "suddenly" the mobile version of the blog started working properly on iPhone. Also, version 3.3.1 is the first >2 version that works properly with the forum. Whatever I tried earlier used to break something. As a bonus, Google auditor does not show, that the site contains a vulnerable library (which is used by default by WordPress!). Nice! π
But please let me know if posting is working correctly for everybody. I cleaned the cache up, so there shouln'd be any risiduals.
Posts: 28,231
Thanks received: 14791
Thanks given: 7684
Joined: Jul 2006
14 Feb 2019, 16:57
(This post was last modified: 14 Feb 2019, 17:09 by Like Ra.)
(14 Feb 2019, 00:41 )Like Ra Wrote: the mobile version of the blog started working properly on iPhone But now it's broken on Android π
Ah...Fixed..
Posts: 28,231
Thanks received: 14791
Thanks given: 7684
Joined: Jul 2006
(14 Feb 2019, 00:41 )Like Ra Wrote: Also, version 3.3.1 is the first >2 version that works properly with the forum. And, as it appeared, still does not work. The problem is, the combination of jQuery >2.1 and Mod_PageSpeed breaks Edit -> Quick Edit. If I disable PageSpeed or downgrade jQuery - it works. For some weird reasons the mobile behaviour differs from the desktop one, though there should not be any difference (there is no mobile version of the forum). I've been debugging and troubleshooting (for many hours a  eady π ), so you might encounter some glitches.
Posts: 28,231
Thanks received: 14791
Thanks given: 7684
Joined: Jul 2006
15 Feb 2019, 01:26
(This post was last modified: 15 Feb 2019, 01:30 by Like Ra.)
OK, it was "defer_javascript" PageSpeed filter. Some kind of a race condition. Let's call it fixed for the time being. I wonder what effect this filter has on the page load.
Edit: either no effect, or now (with a new combination of filters and tweaks) it works faster. No more tweaking for tonight. Let me know if anything is broken.
Posts: 28,231
Thanks received: 14791
Thanks given: 7684
Joined: Jul 2006
Lots of other small fixes and plugin updates today. Still scared to make serious but necessary changes, though getting closer π
Posts: 48
Thanks received: 29
Thanks given: 19
Joined: Apr 2016
(16 Feb 2019, 01:56 )LikeΒ Ra Wrote: Lots of other small fixes and plugin updates today. Still scared to make serious but necessary changes, though getting closer π
This is what a dev/sandbox environment is for. Backup a copy of this server, spin it up on a seperate machine, test the changes/updates and see what breaks.
|