News:

Support the VirtueMart project and become a member

Main Menu

Virtuemart Checklist for Speed

Started by kdmonk, October 11, 2012, 16:26:34 PM

Previous topic - Next topic

kdmonk

Hello I am new to Virtuemart but a fast learner. Before I start looking for information that will increase the speed of my site, is there a checklist available for such a thing?

So far,

  • Site is installed a virtual dedicated server, IIS 7
  • PHP5
  • Latest version of Joomla as well as Virtuemart 2 latest version
  • SEO Enabled hopefully
  • What other things do I need in order to increase speed in the images as well as pages?
  • ???

bytelord

Hello,

You could use cache technics and also JCH optimize to combine and zip your CSS, icon combine sprites to one file and javascript files (http://extensions.joomla.org/extensions/core-enhancements/performance/site-performance/12088).

Keep in mind if you cache to exclude vm cart page & module from that caching (you will find several extensions, i use jotcache).

With JCE you may have issues, like broken js, you have to try it a lot!

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

CrS27

Looks like your server can handle high loads, so I believe you should just optimise your content.
Use the right format for images - Jpg and png are prefferred, as they reduce the size of the image.
Combine images into css sprites
combine java into separate file
likewise, combine css
it's a good idea to add css to header and java to footer of the page, this way the content would be fast to render.
get rid of the unnecessary elements in your code.
Here's a post with info on performance - http://bit.ly/RKOLFo, with more info on db quieries.