What browser you using for check speed up?
Insert in your template this code
Quote:
<?php echo $wpdb->num_queries; ?> <?php _e('queries'); ?>
|
and you will see number of database queries created by your WP.
After that try to reduce this queries by turning off some plugins and rewriting path to images/scripts/etc without WP commands such a
Quote:
|
<?php echo get_settings('home'); ?>
|
and other.
Hope you understand my post 
__________________
Sincerely, Dmitry
Please login or register to view this content. Registration is FREE
|