Hello all, After installing magento on custom app and installed APC and followed several other method to speed up my site. Eventually site is fast enough but still on first instance when it connect it tooks around 5 sec to load the site. I wonder Is it Domain lookup taking time for finding site or any other issues realted to my site? site is www.wingmirrorsmarket.co.uk I notice once its been connected (first loaded) then site is fast enough to my accepted level of fastness. Thanks for your time. WebbyFox asked 16 May '11, 10:47 webbyfox |
You're probably serving your static media (like images) directly from your custom Apache app. Since Apache is doing the extra work of serving your static media, it takes longer to process your PHP. To fix that, use a static-only symlink app to serve your image directories (eg whatever directory this image lives in). answered 16 May '11, 15:35 seanf Could you please point out any documentation how to do that ?
(16 May '11, 15:43)
webbyfox
We don't have any documentation for your specific applicaiton, but it would be very similar to this procedure for WordPress, with the following changes:
(16 May '11, 16:30)
seanf
Great, it improved a lot...
(16 May '11, 17:22)
webbyfox
|