-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we force static HTML files creation with wp-cli for desktop, mobile and tablet? #5
Comments
Not with wpcli, but, files are generated as required on page view, so
technically, you only need to spider all pages uncached, and any needed
cache files will be created.
…On Sun, Jul 17, 2022, 14:27 osevan ***@***.***> wrote:
I have a question about static site creoatr for readonly mounted webroot
directory :
Can we start fvm in static file creation mode for desktop mobile and
tablets - i mean creating static files after one click or one shot over
wp-cli in shell, and then it triggers action to force creating these static
websites html files as possible generic . ...
And after than admin could remount filesystem with readonly....
Thanks and
Best regards
—
Reply to this email directly, view it on GitHub
<#5>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBP5E7TBNEVMM5SRSIK3B3VUPUZ3ANCNFSM53ZTIBUQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Could you post curl example to do this? |
You would have to script it. Look at the command line for eğer and that
should get you started.
…On Mon, Jul 18, 2022, 01:38 osevan ***@***.***> wrote:
Could you post curl example to do this?
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBP5E2JNCAB54OMGRCED7DVUSDMRANCNFSM53ZTIBUQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
What is eger? |
Sorry it autocorrected.
I meant wget
https://linux.die.net/man/1/wget
Note that FVM do a not generate HTML static files, but you could create
them with wget.
…On Tue, Jul 19, 2022, 11:11 osevan ***@***.***> wrote:
What is eger?
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBP5E6DUHUFUHX2VNPBKCLVUZPL7ANCNFSM53ZTIBUQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Which useragents should i pass to wget for desktop mobile and tablet? And what is the exact filename to check of exist or not |
It's up to you about the useragent.
FVM doesn't make distinction between devices, it only processes what is
requested.
There is no exact filename, it changes.
Just visit all pages with whatever devices you want, and whenever
needed, css and js files will be created.
------ Original Message ------
From: "osevan" ***@***.***>
To: "peixotorms/fast-velocity-minify"
***@***.***>
Cc: "Raul Peixoto" ***@***.***>; "Comment"
***@***.***>
Sent: 2022-07-20 22:03:13
Subject: Re: [peixotorms/fast-velocity-minify] Can we force static HTML
files creation with wp-cli for desktop, mobile and tablet? (Issue #5)
Which useragents should i pass to wget for desktop mobile and tablet?
And what is the exact filename to check of exist or not
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBP5E2B6ZSN6BWZ2FCHD73VVBEPDANCNFSM53ZTIBUQ>.
You are receiving this because you commented.Message ID:
***@***.***>
… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a question about static site creator for readonly mounted webroot directory :
Can we start fvm in static file creation mode for desktop mobile and tablets - i mean creating static files after one click or one shot over wp-cli in shell, and then it triggers action to force creating these static websites html files as possible generic . ...
And after than admin could remount filesystem with readonly....
Thanks and
Best regards
The text was updated successfully, but these errors were encountered: