-
AuthorPosts
-
July 14, 2010 at 10:28 am #152546
hello i used the rasite template here
http://www.runningzen.net/index.phpas you see it looks really slow to load….i tried unistalling all modules, flash etc but is always slow!
someone can help me?
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
July 14, 2010 at 10:42 am #349909Hi there,
Run your site through >> http://analyze.websiteoptimization.com
It will tell you whats heavy and whats dragging your site.
Regards
Arvind
July 14, 2010 at 3:01 pm #349922i tried…looks like css and a lot of images…
strange if i delete all image is slow too…..
could be the database too small?Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
July 14, 2010 at 3:48 pm #349924well, not sure then what is really going wrong with your site. To me, it is heavy and it should speed up if you lighten it up.
Arvind
Laura Rubino FriendLaura Rubino
- Join date:
- September 2014
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 15 times in 14 posts
July 15, 2010 at 4:46 am #349968Interesting. Do you have firebug. Install google page speed and it will tell you what you need to do.
cansay Friendcansay
- Join date:
- February 2010
- Posts:
- 183
- Downloads:
- 2
- Uploads:
- 32
- Thanks:
- 20
- Thanked:
- 19 times in 1 posts
July 15, 2010 at 10:53 am #349998You need to speak with you server host I think.
To me it is the javascript that is very slow in execution.
But once that is done, its not that bad.1. Check with your host.
2. enable cachTry and check your DNS also.
I find dns references to runningzen.it asloLaura Rubino FriendLaura Rubino
- Join date:
- September 2014
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 15 times in 14 posts
July 15, 2010 at 2:13 pm #350009Try to disable mootoools from running when you first load the site. Check the joomla extensions page. There is a plugin that disables mootools. Only calls it when its necessary.
The other thing you can try to do is enable gzip (if your host server supports it) This can be done through the htaccess.
Minify all your javascripts and go to your index.php and in layout folder, and delete all the tags used. Remove any spacing thats in between codes. But MAKE sure you don’t delete any codes Just this <–delete me–> and any spaces.
Specify all your image dimensions,..(width and Height)
Install plg-compress ( its available here. It will do most of the work for you, but you also have to do some)
el patron Friendel patron
- Join date:
- October 2009
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 14
- Thanked:
- 4 times in 1 posts
July 15, 2010 at 4:04 pm #350013IMHO performance is FUN!…after review of your site and in order of importance:
- add expiry headers
Here is an example .htaccess for setting your mod_expires…NOTE: this has yet to be modified not to set mod_expires for handheld devices.
Header unset Cache-Control:
Header unset Expires:
Header unset Pragma:
Header unset Keep-Alive:
Header unset Connection:
# 1 YEAR
<FilesMatch ".(ico|pdf|flv)$">
Header set Cache-Control "max-age=29030400, public"
</FilesMatch>
# 1 WEEK
<FilesMatch ".(jpg|jpeg|png|gif|swf)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>
# 2 DAYS
<FilesMatch ".(xml|txt|css|js)$">
Header set Cache-Control "max-age=172800, proxy-revalidate"
</FilesMatch>
# 1 MIN
<FilesMatch ".(html|htm|php)$">
Header set Cache-Control "max-age=60, private, proxy-revalidate"
</FilesMatch>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A60
ExpiresByType image/x-icon A2592000
ExpiresByType application/x-javascript A604800
ExpiresByType text/css A604800
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/jpg A2592000
ExpiresByType text/plain A86400
ExpiresByType application/x-shockwave-flash A2592000
ExpiresByType video/x-flv A2592000
ExpiresByType application/pdf A2592000
ExpiresByType text/js M2592000
ExpiresByType text/html A60
</IfModule>- enable
joomla gzip (glogal config–>system – better to run mod_deflate (configured on the server) as joomla gzip doesn’t zip everything…then you can turn off joomla gzip
- enable joomla cache
Laura Rubino FriendLaura Rubino
- Join date:
- September 2014
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 15 times in 14 posts
July 15, 2010 at 4:08 pm #350014RewriteEngine On
ExpiresActive on
ExpiresDefault “access plus 10 years” -
AuthorPosts
This topic contains 9 replies, has 5 voices, and was last updated by Laura Rubino 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum