how to cache

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

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

how to cache

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
Last edited by navid on Sun May 06, 2007 6:55 am, edited 1 time in total.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: how to Cash

Post by onion2k »

navid wrote:All of the process is short but loading is very slowly.
If that's true then caching won't help. You need to work out why the pages take a long time to load, and then fix the problem. There could be all sorts of reasons.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

~navid, I respect the fact that you're not a native English speaker, but just to clear up in problems you might be experiencing researching the topic, unless you're referring to money (cash) it's written "cache", but pronounced the same way ;)
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

Post by navid »

Dear onion2k thank's for response
Can [s]u[/s] you say about How to start ?

Dear d11wtq thanks for response
I have to try use english in correct way
Thank for attention :lol:
[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.
Post Reply