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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:47:35+00:00 2026-05-29T10:47:35+00:00

i have a hosting server on godaddy. i have the economic plan which is

  • 0

i have a hosting server on godaddy. i have the economic plan which is a shared one for my current project (i have a tight budget until i get traffic and mnoey)

i am using linux and i have data in my databases (pages, user etc…). when i display /folder/pagex/ i rewrite it internally to rewriterule ^([^/]+)/([^/]+)/? index.php?f=$1&p=$2 then after is query the database, get the data and generate the webpage.

everything works great but obviously it has to go to a process

  1. get the page from the .htaccess -> query the database -> generate -> display

i would like to know if there’s a faster way to execute this? like skipping the database query some how but still displaying the page

  • 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-29T10:47:36+00:00Added an answer on May 29, 2026 at 10:47 am

    Yes, there is an awful lot you can do. I run my blog on a LAMP/suPHP-based shared hosting service, Webfusion rather than GoDaddy, but their overall implementation architectures are pretty similar: a load-balancing IP switch fronting onto a LAMP server farm which then has switched 1Gb interconnect back to NAS infrastructure for the user directory space and a D/B farm to operate the databases. (And yes, I also have an Amazon EC2 micro instance.)

    This type of service offering is low cost, scalable and does not involve the account holder in known how to configure and administer a cloud VM. I also hold all of my content and configuration in a backend D/B. My blog has an average page load time (measured by Chome Pagespeed) of 200-500mSec and PageSpeed score of 99/100.

    So yes in an suPHP configuration, each script involves a PHP image activation which normally adds ~100mSec to request times (this article explains how to benchmark this for your own service), but when you do Pagespeed timing of transactions from the end-user perspective, it is usually poor caching and lack of compression that dogs performance. Once you’ve sorted out that, then there’s the image start-up which you can’t avoid for dynamic content — unless as Zeus suggests, you move to a dedicated VM + mod_php5 + Xcache/APC.

    The next big hit is the I/O overhead of marshalling and reading in all of the script files, and this can add a few seconds on the first request when these are not in a VFAT cache, but again I discuss mitigation in my blog articles.

    The PHP compilation time itself and the script execution time are in the noise — unless you’ve done something really dumb, like doing full table scans or joins on the same for large tables that aren’t properly indexed.

    Anyway, I’ve written a bunch of articles that address this sort of topic for developers just like you. Read them, and I hope that you find them useful. Please come back here with any more Qs, but remember to keep them focused; also make sure that you provide the supporting info and don’t use this as a substitute for reasonable levels of research. 🙂

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

Sidebar

Related Questions

I have a shared-hosting account at GoDaddy, which includes LAMP (Linux, Apache HTTP Server,
I currently have a single web server hosting multiple WordPress sites which use W3TC.
I have a SQL Server 2005 database hosted on a shared hosting environment. Unfortunately
I have an hosting account on Godaddy which has been redirected for last few
I have an incremental index on a shared hosting server. I would have used
Let's assume I have an unlimited hosting plan on GoDaddy that I want to
I am on a shared-hosting account with GoDaddy it's a windows Server and I
I have installed Magento in Godaddy shared hosting with apache mod_rewrite enabled while installing
I have a server hosting by Blueshot. I have been using php to get
I have virtual hosting with SQL Server. I don't have physical access to SQL

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.