It will be helpful if anyone can tell me how we can make the Joomla site faster..? We need to install any extensions for that ..? or simply enabling the cache will do the task.. I am working on quite a large site and it is taking much time than expected.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
It will be helpful if anyone can tell me how we can make the Joomla site faster..? We need to install any extensions for that ..? or simply enabling the cache will do the task.. I am working on quite a large site and it is taking much time than expected.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
Front-End Developer
www.cloudaccess.net
Phone : +91 9970931101
Email : saurab...@gmail.com
Work : sau...@cloudaccess.net
One thing that it identifies constantly on my pages (and it looks like
the biggest single thing I can improve right now) is the expiration time
of images, .js files, .css files, and the truth is that I don't know how
to specify that. I don't use caching, so that's not an option.
Anyone know if there is anything in Joomla core that will do it for the
Joomla stuff? If not, it's definitely something that should be there. I
also don't know how to specify it for my own files... anyone know?
Sincerely,
Brad Gies
-----------------------------------------------------------------------
Bistro Bot - Bistro Blurb
http://bgies.com http://nocrappyapps.com
http://bistroblurb.com http://forcethetruth.com
http://ihottonight.com
-----------------------------------------------------------------------
Everything in moderation, including abstinence (paraphrased)
Every person is born with a brain... Those who use it well are the successful happy ones - Brad Gies
Adversity can make or break you... It's your choice... Choose wisely - Brad Gies
Never doubt that a small group of thoughtful, committed people can
change the world. Indeed. It is the only thing that ever has - Margaret Mead
I mean that I can't cache my pages at all. I have stuff that needs to
change on almost every page view. I think caching pages would almost
solve the issue, but I just can't use it. I also don't use an .htaccess
file... but that's a minor issue because I think everything you can do
in an .htaccess file can be done in the virtual directory settings or
php/apache settings.
I'd really like to be able to set the expires time on a file by file
basis. I think I could set it sitewide for images, but for .css and .js
files, I'm always tweaking the site so for my custom .css, .js files I
would do something like set the expires time to 3 hours. Then when I
want to upload changes (several times a week), I could set it to
no-cache, wait 3 hours, upload the changes, and reset the expires time
to 3 hours.
For the Joomla and 3p extension .css and .js files, I'd like the expires
time to be set much higher.. anywhere from 1 day to 1 week.
If the only way to do it is site-wide then I'd probably set it at 3
hours for everything because that's way more than enough for all but die
hard users (and I don't have that many of them).
It's definitely an area that I'm not familiar enough with, so I know I
need to do some reading... but I was hoping that Joomla! had something
in place to help out already :). Does it?
Sincerely,
Brad Gies
-----------------------------------------------------------------------
Bistro Bot - Bistro Blurb
http://bgies.com http://nocrappyapps.com
http://bistroblurb.com http://forcethetruth.com
http://ihottonight.com
-----------------------------------------------------------------------
Everything in moderation, including abstinence (paraphrased)
Every person is born with a brain... Those who use it well are the successful happy ones - Brad Gies
Adversity can make or break you... It's your choice... Choose wisely - Brad Gies
Never doubt that a small group of thoughtful, committed people can
change the world. Indeed. It is the only thing that ever has - Margaret Mead
A possible solution is to add "versioning" to the file. for example,
you have a reference in your html to "main.css".
You may add a expire header of 3 years. Then if you need to change it,
rename to main-001.css and change html accordingly, and then to
main-002.css (be sure to not delete the old files).
If you check google home page you will find, for example, nav_logo26.png
Caching... caching the while page is not the only solution. Sometimes
it's good to cache just part of it... how, it depends on the data you
have and what you want to show on screen...