Argus
Argus
The below function works with latest AO even. ``` function http2_server_push($content) { $header = "Link: "; if (preg_match('#="([^"]+/js/autoptimize_[0-9a-f]+\.js)"#', $content, $matches)) { $header .= sprintf( '; rel=preload; as=%s,', $matches[1], 'script' );...
Hi @futtta, just wonder your [preload script](https://github.com/futtta/autoptimize/issues/49#issuecomment-305156931) using `type` instead of `as`. Timeline of using `as`, scripts and styles preloaded at top priority: ...
@grzegorz-janoszka Try my edited code [here](https://github.com/futtta/autoptimize/issues/49#issuecomment-382600432). @futta's code is running fine when adding `Link` preload to response header, but not correctly so browser isn't preloading resources at top priority.
@grzegorz-janoszka Can you send me your site? @futtta HTTP/2 Push is a cool feature and it's needed when HTTPS and HTTP/2 is became more popular. When will we see it...
Hi @nghichcode, please leave your thought in a comment only, don't seperate it. What happened in Github stay in Github, don't ever tell anyone direct message you, they don't do...
WordOps already have cron to update these range but it only run weekly. So I've updated it to the latest in #391
WO create a backup (source code + database) when we run `wo update ...`. Can create an sites array to do the same things at spectific time, daily, weekly, monthly?
Brilliant, thanks for your comment. I will try mariabackup in my custom backup script tonight, to see how it's work. For files backup, if you think we will run on...
WordOps is not compatible with Arm arch yet #346
I see some [users say they can setup on RPi4](https://community.wordops.net/d/1063-is-it-possible-to-use-a-different-port-for-my-wordpress-website), maybe you can ask them on their setup, device,...