Joomla 1.5 - is enough 48MB memory in PHP settings ? or is better at least 64MB ?
I ask because sometime is realy slow respond.
Merax
Joomla 1.5 - is enough 48MB memory in PHP settings ? or is better at least 64MB ?
I ask because sometime is realy slow respond.
Merax
48 MB should be fine. Different from operating systems and classical applications that swap memory, increasing the memory limit in PHP will very rarely improve performance: If the memory limit is hit, the script usually simply crashes.
The reasons for the slowness of your site is most likely elsewhere, maybe on server level, maybe inside the Joomla application.
You may find the best resources on that in the Joomla community, which is very active. Googling turns up joomlaperformance.com which seems to have some articles.