I truly love the JA Wall Template. And I used this template for my website. But the speed of the template is quite slow. I searched solutions for my problem. And I found some tutorials to speed up my website:
+) First, I use the Compression feature on my Hostgator hosting by choosing Opimize Website in the Software Services area, check up “Compress all content” item, choose Update Settings.
+) Next, I config the browser’s cache by copy code below to .htaccess file:
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”
</IfModule>
## EXPIRES CACHING ##
+) Finally, I download and install JCH-Optimize Plugin, a free and perfect plugin to speed up your site. You can download this plugin at: http:// jch-optimize.net.
After applying these tutorials, the page load time of my site reduces from 5,71 second to 3,52 second. My method is described in the post “Guide you to speed up your Joomla site”. Hope this is useful to anyone who is searching solutions for speed up the Jomla website.