right now i have a problem somewhere in my design i just dont know where..
sometime the site is very fast and 5 minute later the speed suck big time.
the site is
http://www.tvqc.com/
plugin activated
hyper cache
ask apache crazy cache
apture
askimet,
all in seo
Clean Archives Reloaded
Clean Options
Contact Form 7
Google XML Sitemaps
Post Editor Buttons
RSS Footer
Smart Youtube
Twit Connect
Viva Thumb-Zoom
WordPress.com Stats
WP-DBManager
WP-Polls
WP Greet Box
WP Widget Cache
my Htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/png AA2592000
ExpiresByType image/jpg AA2592000
ExpiresByType image/jpeg AA2592000
# END WordPress