Hello,
I am facing some performance issues,
namely whenever I access any page on my joomla website, even when there isnt any jDownloads modules on it,
jDownloads is taking nearly over a second of the load time and it adds up very fast with concurrent users.
Here is the log on joomla in debug mode:
Hora: 0.0 ms / 0.0 ms Memória: 0.329 MB / 0.33 MB Application: afterLoad
Hora: 7.8 ms / 7.8 ms Memória: 0.444 MB / 0.77 MB Application: Execute Plugin ::onaftersessionstart - START
Hora: 0.0 ms / 7.8 ms Memória: 0.001 MB / 0.77 MB Application: Execute Plugin ::onaftersessionstart - END
Hora: 1030.6 ms / 1038.4 ms Memória: 0.793 MB / 1.57 MB Application: Execute Plugin plgSystemjdownloads::onafterinitialise - START
Hora: 6.5 ms / 1044.9 ms Memória: 0.027 MB / 1.59 MB Application: Execute Plugin plgSystemjdownloads::onafterinitialise - END
Hora: 0.1 ms / 1045.0 ms Memória: 0.001 MB / 1.60 MB Application: Execute Plugin plgSystemPlugin_googlemap3::onafterinitialise - START
Hora: 0.0 ms / 1045.0 ms Memória: 0.001 MB / 1.60 MB Application: Execute Plugin plgSystemPlugin_googlemap3::onafterinitialise - END
Hora: 0.0 ms / 1045.0 ms Memória: 0.001 MB / 1.60 MB Application: Execute Plugin PlgSystemRemember::onafterinitialise - START
Hora: 0.6 ms / 1045.6 ms Memória: 0.028 MB / 1.63 MB Application: Execute Plugin PlgSystemRemember::onafterinitialise - END
Hora: 0.0 ms / 1045.7 ms Memória: 0.001 MB / 1.63 MB Application: Execute Plugin PlgSystemCache::onafterinitialise - START
Hora: 125.2 ms / 1170.8 ms Memória: 0.247 MB / 1.87 MB Application: afterCache
Is there anything I can do about this?
Thanks
Hi,
i think you mean this part:
QuoteHora: 1030.6 ms / 1038.4 ms Memória: 0.793 MB / 1.57 MB Application: Execute Plugin plgSystemjdownloads::onafterinitialise - START
Hora: 6.5 ms / 1044.9 ms Memória: 0.027 MB / 1.59 MB Application: Execute Plugin plgSystemjdownloads::onafterinitialise - END
How many Categories and Downloads exist in your jDownloads?
Have you change settings in the jD system plugin?
Hello,
No settings changed on the system plugin.
I have 247 downloads in 306 categories.
Thank you.