I’ve added some php flags in my htaccess in order to change some php
config settings
as I dont have access to the .ini file
I’m wondering what effect that has on my website load speed,
is it slower?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You tell me. Why don’t you measure it? You could use the apache bench tool to see how making that change effects the number of requests per second you can do.
Chances are anything you do in your code is dramatically slower than a few
.htaccesschanges.