Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to speed up joomla to be under 1s?
    text
    copied!<p>I activated joomla debug and got the following. and i can not understand why it takes almost 2 seconds to generate the page?</p> <pre><code>Application 0.000 seconds (+0.000); 0.99 MB (+0.989) - afterLoad Application 0.145 seconds (+0.145); 6.75 MB (+5.758) - afterInitialise Application 0.751 seconds (+0.605); 7.05 MB (+0.305) - afterRoute Application 0.766 seconds (+0.015); 9.62 MB (+2.565) - afterDispatch Application 1.376 seconds (+0.609); 10.04 MB (+0.426) - beforeRenderModule mod_search (Search) Application 1.379 seconds (+0.003); 10.11 MB (+0.070) - afterRenderModule mod_search (Search) Application 1.704 seconds (+0.325); 10.06 MB (-0.058) - beforeRenderModule mod_languages (Language) Application 1.706 seconds (+0.002); 10.08 MB (+0.022) - afterRenderModule mod_languages (Language) Application 1.993 seconds (+0.287); 10.15 MB (+0.077) - beforeRenderModule mod_menu (Main Menu EN) Application 1.997 seconds (+0.004); 10.30 MB (+0.145) - afterRenderModule mod_menu (Main Menu EN) Application 2.233 seconds (+0.236); 10.39 MB (+0.087) - afterRender </code></pre> <p>details: - Website hosted on debian with nginx+php-fpm+APC+mysql with low traffic 1-2 visitors a day</p> <ul> <li><p>as you can see in the output it takes 2.233 seconds to generate the page, i think it has somenthing to do with the database, but I do not understand why...i even made the connection to mysql server using unix sockets:|</p></li> <li><p>images and other static files load pretty fast(tested with firebug)</p></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload