User Tools

Site Tools


tutorials:speeding_up_pages:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials:speeding_up_pages:start [2010/08/12 16:08]
jonyo updated for 5.0
tutorials:speeding_up_pages:start [2014/10/29 23:31] (current)
geojames
Line 2: Line 2:
  
 There are a few things you can do to help speed up your site, that are highly recommended on high traffic sites. There are a few things you can do to help speed up your site, that are highly recommended on high traffic sites.
 +
 +**Quick Checklist:**  Click on each item for section giving full details.
 +  * [[#turn_off_new_icon_feature|Turn off new icon]]
 +  * [[#category_levels_displayed_in_category_dropdowns|Lower # of category levels displayed]]
 +  * [[#caching_system|Turn Cache ON]]
 +  * Turn SEO setting "Convert Accents" OFF((In **Addons > SEO > General Settings**, un-check box for **Convert Accents**.  Due to the advanced string manipulation required, this feature greatly increases the amount of time it takes to re-write all the URLs on the page to be search engine friendly.))
 +  * [[#set_up_cron_heartbeat|Configure Cron Heartbeat]]
  
 ===== Turn off "New Icon" Feature ===== ===== Turn off "New Icon" Feature =====
Line 9: Line 16:
 [[admin_menu/site_setup/browsing_settings/start|Site Setup > Browsing Settings]] [[admin_menu/site_setup/browsing_settings/start|Site Setup > Browsing Settings]]
  
-Change the setting **"New Listing" Time Limit:** to the first selection, **no display of new listing icon**.  The new icon requires it to "count" the number of listings in each category placed within a certain time period "on the fly", which creates a huge load on the database for high traffic sites.  To a lesser degree this is true for category counts as well, since when a site filter is applied, it requires the software to count the number of listings in a category "on the fly" If your site makes heavy use of filters such as Geographic Navigation, Zip Search, etc. you may consider turning off category counts to speed page load times.+Change the setting **"New Listing" Time Limit:** to the first selection, **no display of new listing icon**.  The new icon requires it to "count" the number of listings in each category placed within a certain time period "on the fly", which creates a huge load on the database for high traffic sites.  To a lesser degree **this is true for category counts** as well, since when a site filter is applied, it requires the software to count the number of listings in a category "on the fly" If your site makes heavy use of filters such as Geographic Navigation, Zip Search, etc. **you may consider turning off category counts** to speed page load times.
  
 ===== Category Levels Displayed in Category Dropdowns ===== ===== Category Levels Displayed in Category Dropdowns =====
Line 38: Line 45:
  
 [[/admin_menu/site_setup/cron_jobs/start|Cron Jobs]] [[/admin_menu/site_setup/cron_jobs/start|Cron Jobs]]
 +
 +===== Reduce Uploaded Image Size =====
 +
 +This support wiki page explains [[startup_tutorial_and_checklist:feature_configuration:file_upload:reducing_image_file_size|lowering image quality to reduce image file sizes used by the software]]
 +
 +=====Implement New Features in v7.3 onward=====
 +
 +These changes include changes to "minify" all your css and js files into one smaller file.  Then also to force any non essential css/js for opening page load to be moved to the footer of the design so it may be loaded last.  Those features can be found here in the admin tool:
 +
 +  DESIGN > SETTINGS > Combine, Minify, and Compress CSS and JS (Recommended for Live Sites)
 +  DESIGN > SETTINGS > Use {footer_html} to delay loading of certain javascript
tutorials/speeding_up_pages/start.1281629300.txt.gz · Last modified: 2014/09/25 16:55 (external edit)