Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7409519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:05:43+00:00 2026-05-29T06:05:43+00:00

I am attempting to reduce load time on my index.php . Will having my

  • 0

I am attempting to reduce load time on my index.php.
Will having my if {code} statements reduced to if {include} decrease load time or are all includes compiled anyway?

i.e.

//old code:
<?php
if (isset($_get("about")){
    my_sql code...;
    echo about me code...;
?>

//new code:
<?php
if (isset($_get("about")){
    include "./include/about.php";
?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T06:05:45+00:00Added an answer on May 29, 2026 at 6:05 am

    The include will only be included if the if condition is true. Whether this actually speeds up compilation is questionable IMO, since opening and reading another file will probably pretty much negate any speed gained through having to compile less code. You should only separate your code into separate files if it makes the code easier to read and more maintainable. For speed, use an opcode cache.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am attempting to reduce the amount of signals I have to use in
Attempting to make a NSObject called 'Person' that will hold the login details for
I've got an ASP.NET web application, and I'm attempting to reduce HTTP calls to
I'm attempting to apply Ayende's order search from here to an existing index. The
Here's the situation: I'm attempting to get a collection of all types in my
Attempting to compile the following code under Qt SDK 4.7.4 for Desktop - MinGW
I'm attempting to restructure a legacy application and reduce the steps needed to deploy.
Attempting to do TDD, I often need to execute all my tests - in
Attempting to follow the directions as specified on http://code.google.com/p/gears/wiki/BuildingGearsForWindows my attempts are failing at
In efforts to reduce memory leaks, I am attempting to figure out whether, after

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.