Skip to content
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

PHP shared hosting #45

Open
ilidan85 opened this issue Mar 17, 2017 · 5 comments
Open

PHP shared hosting #45

ilidan85 opened this issue Mar 17, 2017 · 5 comments

Comments

@ilidan85
Copy link

Is there any way to use that in PHP project on shared hosting (Apache)?

@inoas
Copy link

inoas commented Mar 17, 2017

On good hosts (e.g. *nix) you can use one of those: http://stackoverflow.com/questions/732832/php-exec-vs-system-vs-passthru

@ilidan85
Copy link
Author

And for example, if exec() is available how can I use it after uploading to my server? Sorry for noob question ;)

@inoas
Copy link

inoas commented Mar 17, 2017

This is the wrong place to ask.
See https://github.com/google/guetzli#using

@tomByrer
Copy link

At the current speed, I would compress anything larger than a thumbnail offline.

@inoas
Copy link

inoas commented Mar 20, 2017

Well there are a lot of ways to run PHP in the background/queued (and possibly within the same framework of code as your web application) to encode with mozjpg or guetzli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants