it took me at least 5 secs top open the site. Disable your active plugins and see if you have the same behavior, if no, then a plugin could be the problem, check specially that one that has the facebook lightbox.
Your site is heavy with images and you need to set up browser caching. See
http://gtmetrix.com/reports/freshtique.nl/DFIQEihH
Thank you for your fast replies, But the weird part is that i have installed WP super cache and i think its actually running. Or is browser caching something else? im sorry but im not so pro with WP. Thanks for the help though
Browser caching is different than php server caching. Read the report above.
Thank you , I have added browser caching to my .htacces in this way : ## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”
</IfModule>
## EXPIRES CACHING ##
Does that look alright? I do notice a small speed increase but not fast enough. Im going through all the points on gtmetrix and fixing all of it to see if it will speed up. But i cant immediatly see changes in gtmetrix right? Because leverage caching is still very low but i have implemented it in the .htaccces. Thank you for your help
You might need a better web host. Some are faster than others.