namreen Posted August 23, 2008 Share Posted August 23, 2008 hi, Can anyone please tell me how to speed up the php-mysql scripts? Is there any function or code through which we can do it.I have a website which is informative. when many users access the site at that time it gets slow. Please help me. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/120979-speed-up-php-mysql-scripts/ Share on other sites More sharing options...
Prismatic Posted August 23, 2008 Share Posted August 23, 2008 indexing your tables will speed things up Link to comment https://forums.phpfreaks.com/topic/120979-speed-up-php-mysql-scripts/#findComment-623671 Share on other sites More sharing options...
namreen Posted August 23, 2008 Author Share Posted August 23, 2008 hi prismatic, i have tried it but it is not enough. do you know anything about cache?some one told me to use it but i don't know how to do it. if you know any code or how to use cache mechanism then please let me know. thanks for your reply. Link to comment https://forums.phpfreaks.com/topic/120979-speed-up-php-mysql-scripts/#findComment-623673 Share on other sites More sharing options...
Mchl Posted August 23, 2008 Share Posted August 23, 2008 Indexing tables will help only if done properly. There's a lot of information on it in MySQL documentation. See section on optimisation for some hints on how to improve performance. (Information about query cache is in 7.5.4) Link to comment https://forums.phpfreaks.com/topic/120979-speed-up-php-mysql-scripts/#findComment-623676 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.