Analyze Performance Problems - Joomla! Forum - community, help and support
i installed joomla 2.5.7 think works fine.
web address:
http://vickibows.com/vicki_bows/
however if run "http://gtmetrix.com/ analyze performance " looks crap.
does have ideas on how can fix this?
thank
guy101
web address:
http://vickibows.com/vicki_bows/
however if run "http://gtmetrix.com/ analyze performance " looks crap.
does have ideas on how can fix this?
thank
guy101
minimize http requests
-reduce js calls (blocking)
-reduce css calls
-reduce size of requests (gzip, combine css, combine js)
use content delivery network parallel downloads of requests clients. use caching in joomla, set expire far in future media css, js, etc. in .htaccess clients (so read cache instead of download again month now).
reduce number of extensions loading on front page , other pages, don't bog down bunch of php running make slow.
use search engine friendly urls.
make sure have optimized server. use query cache, apc opcode cache if possible, scale vps if have money. shared hosting isn't ideal, if it's working great.
how many concurrent users?
when visited got mysql error...?
-reduce js calls (blocking)
-reduce css calls
-reduce size of requests (gzip, combine css, combine js)
use content delivery network parallel downloads of requests clients. use caching in joomla, set expire far in future media css, js, etc. in .htaccess clients (so read cache instead of download again month now).
reduce number of extensions loading on front page , other pages, don't bog down bunch of php running make slow.
use search engine friendly urls.
make sure have optimized server. use query cache, apc opcode cache if possible, scale vps if have money. shared hosting isn't ideal, if it's working great.
how many concurrent users?
when visited got mysql error...?
Comments
Post a Comment