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 6096105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:53:17+00:00 2026-05-23T12:53:17+00:00

My CI site will sometimes just hang – server seems to take forever to

  • 0

My CI site will sometimes just hang – server seems to take forever to answer my request, i.e. when just loading the homepage, and other pages too. It’s quite random and only does it sometimes.

I turned on profiling and hit the homepage, this was the result:

enter image description here

Here’s the home/index method

function index()
{ 
$this->output->enable_profiler(TRUE);  

$this->benchmark->mark('template_sets_start');
   $this->template->title('Yay, welcome to my site');  
   $this->template->js('home.js,cycle.js');             
$this->benchmark->mark('template_set_end');

$this->benchmark->mark('template_load_start');
   $this->template->load('template/home'); 
$this->benchmark->mark('template_load_end');
}  
}         

Since the time returned for the template stuff is low, I can assume the lag isn’t happening anywhere in the views.

An ideas or suggestions?

===EDIT===

One thing I found is the config is setting the base_url dynamically. Code below, could this potentially cause slow-dows?

$config['base_url'] = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http");
$config['base_url'] .= "://".$_SERVER['HTTP_HOST'];
$config['base_url'] .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);
  • 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-23T12:53:17+00:00Added an answer on May 23, 2026 at 12:53 pm

    Execution time for “Template Sets” is 0.0000, because you missed “s” in mark’s name.

    Change:

    $this->benchmark->mark('template_set_end');
    

    to

    $this->benchmark->mark('template_sets_end');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I notice on bad quality websites with ads a piece of the site will
I'm developing an online store with Magento. The site will be high traffic and
HELP!! I need to bundle a gem otherwise a published client's site will stay
I am planning a new website with codeigniter using wordpress. this site will contain
I'd like everything to function correctly, except when it's mobile, the entire site will
We will develop a web site that will have some free services and we
I have a site that will require a login by the users. The client
I am building a site that will (obvisouly) have a front end public portion
I need to create a WP site which will have multiple subjects. Each subject
How to design a Web Site that will fit to Mobile and Desktop both,

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.