Bad Loading

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

Bad Loading

Post by navid »

Dear friends
Hi
I have big problem on loading of my web site.
Most of the pages load very slowly.

The web site is a portal and developed by PHP/MySql.
It have logical relationship between the Tables and Codes is very simple.
All of the process is short but loading is very slowly.

It have problem just on how to load the pages , I think's i need a nice technology for cash
Please, guide me to find a best way for do it

Thank's
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

It's really impossible to guess why your web page loads slowly. It could be for any number or reasons. Do you have other web pages and other database applications to compare its performance to? Maybe the server is just slow? If all pages load slowly, I'd guess it's an overloaded server. If it's just some pages that load slowly, I would make a copy of the PHP code to work with, and strip out sections of the code until you find out which part is causing the slowdown.
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

Post by navid »

Thank's for response
[s]Ur[/s] you're right because of It's really impossible to guess why the web page loads slowly.
overloading is important , but i haven't overload.
I solved my problem with Output Control Functions in PHP.
It can realy help to loading
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.

Some examples of what not to do are ne1, any1 (anyone); u (you); ur (your or you're); 2 (to too); prolly (probably); afaik (as far as I know); etc.
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

Post by navid »

Ok Thank's
Post Reply