This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:speeding_up_pages:start [2008/12/05 17:07] james |
tutorials:speeding_up_pages:start [2014/10/29 23:31] (current) geojames |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Speeding Up Page Load ====== | ====== Speeding Up Page Load ====== | ||
- | ===== Many Modules Attached But Not Found ===== | + | There are a few things you can do to help speed up your site, that are highly recommended on high traffic sites. |
- | One of the main reasons that pages can become slow to load (at least because of admin configurations) are the number of modules built on a specific page. | + | **Quick Checklist: |
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | * [[# | ||
- | When you visit any of the pages within the **PAGES MANAGEMENT** admin tool you will find all of the modules attached to that page. As you develop your design in the page template and html modules the system will automatically attach modules it finds in any page template or html module. | + | ===== Turn off "New Icon" |
- | When you save a change | + | The " |
- | The only time a module may be labelled | + | [[admin_menu/ |
+ | |||
+ | Change the setting **"New Listing" | ||
+ | |||
+ | ===== Category Levels Displayed in Category Dropdowns ===== | ||
+ | |||
+ | The following setting within the admin can have significant affects on the speed of client side | ||
+ | |||
+ | SITE SETUP > GENERAL > Levels of categories in Dropdown (client side) | ||
+ | |||
+ | You should only need to adjust this significantly if you have module and/or functionality on the client side that display a category dropdown and you have a significant amount of categories on your site. One of the modules that displays a category dropdown if set to use it is the Search Module 1. Within this module you can display the categories of the site for the client to choose to search. | ||
+ | |||
+ | Reducing the levels of categories to be displayed in this category dropdown can drastically affect the time needed at each step of building the category dropdown. | ||
+ | |||
+ | Turning on caching within the Geo system can save much of this time but if you choose to display all your categories that run into the thousands we still recommend limiting the display of levels of categories. | ||
+ | |||
+ | ===== Caching System ===== | ||
+ | |||
+ | You can improve the performance of your site further by the use of the Cache system. | ||
+ | |||
+ | SITE SETUP > CACHE | ||
+ | |||
+ | And explained further here in the support wiki: | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | ===== Set up Cron Heartbeat ===== | ||
+ | |||
+ | By default, the software will send a " | ||
+ | |||
+ | [[/ | ||
+ | |||
+ | ===== Reduce Uploaded Image Size ===== | ||
+ | |||
+ | This support wiki page explains [[startup_tutorial_and_checklist: | ||
+ | |||
+ | =====Implement New Features in v7.3 onward===== | ||
+ | |||
+ | These changes include changes to " | ||
+ | |||
+ | DESIGN > SETTINGS > Combine, Minify, and Compress CSS and JS (Recommended for Live Sites) | ||
+ | DESIGN > SETTINGS > Use {footer_html} to delay loading of certain javascript |