My forum (runnin mybb) generates pages mostly in 0.1 – 0.24 seconds (mostly 87% PHP / 13% MySQL)
Is this okay? what can i do to reduce this
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 can use a reverse proxy, optimise your database, caching engine, use a faster stack (aka. anything-but-Apache or PHP opcode caching or buy a better server.
If you have time, do a bit of reading on Varnish, APC, optimising and nginx.
Although 0.3s isn’t slow, its not a magic number either. Off-the-shelf forum software tends to be a little bit large and bulky, and I honestly don’t think most people will ever use all the functions in it. You’d be aiming for something like 0.1s page generation for a true “fast site”.