php setting

bodegraven
3 Posts
bodegraven posted this 02 March 2022
Ask a Question

Hello.
What are the recommended PHP settings to use Nicepage?

regards, Gerard

Hello. What are the recommended PHP settings to use Nicepage? regards, Gerard
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 02 March 2022

Hello Gerard,

Thanks for contacting us

Unfortunately, you can use PHP code with the Nicepage plugin only in WordPress and Joomla.
...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Gerard, Thanks for contacting us Unfortunately, you can use PHP code with the Nicepage plugin only in WordPress and Joomla. ................................................... Sincerely, Ahmad M. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
bodegraven
3 Posts
bodegraven posted this 02 March 2022

Thnkas for your answer but that is not what i mean. What are the recommended setting for;
max_execution_time
max_input_time
memory_limit
max_input_vars

regards, gerard

Thnkas for your answer but that is not what i mean. What are the recommended setting for; max_execution_time max_input_time memory_limit max_input_vars regards, gerard
Support Team
Support Team posted this 02 March 2022

Thank you for clarifying, Gerard,

There are no specific recommended Resource Limits but I can share the values that I'm using.

max_execution_time

; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time=300

max_input_time

; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long-running scripts.
; Note: This directive is hardcoded to -1 for the CLI SAPI
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time=60

memory_limit

; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit=128M

max_input_vars

; How many GET/POST/COOKIE input variables may be accepted
;max_input_vars = 1000

...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Thank you for clarifying, Gerard, There are no specific recommended Resource Limits but I can share the values that I'm using. max_execution_time >; Maximum execution time of each script, in seconds ; http://php.net/max-execution-time ; Note: This directive is hardcoded to 0 for the CLI SAPI max_execution_time=300 max_input_time >; Maximum amount of time each script may spend parsing request data. It's a good ; idea to limit this time on productions servers in order to eliminate unexpectedly ; long-running scripts. ; Note: This directive is hardcoded to -1 for the CLI SAPI ; Default Value: -1 (Unlimited) ; Development Value: 60 (60 seconds) ; Production Value: 60 (60 seconds) ; http://php.net/max-input-time max_input_time=60 memory_limit >; Maximum amount of memory a script may consume (128MB) ; http://php.net/memory-limit memory_limit=128M max_input_vars >; How many GET/POST/COOKIE input variables may be accepted ;max_input_vars = 1000 ................................................... Sincerely, Ahmad M. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
bodegraven
3 Posts
bodegraven posted this 02 March 2022

thank you.
regards, gerard

thank you. regards, gerard
Support Team
Support Team posted this 02 March 2022

You are most welcome Gerard,

Feel free to contact us if our assistance is required.

Thank you.
...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

You are most welcome Gerard, Feel free to contact us if our assistance is required. Thank you. ................................................... Sincerely, Ahmad M. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments