Hej alle søde aminoer... Så prøver jeg igen forsigtigt igen..
Tusind tak til alle jeres feedback fra denne tråd http://www.amino.dk/forums/t/189781.aspx?PageIndex=1
Jeg har sendt følgende til min indiske webudvikler, og lad os så se hvad der sker. Jeg håber I vil hjælpe mig md feedback om hastigheden er blevet bedre, i løbet af nogle få dage :-)
Dear XXX
I got two different opinions from 2 different friends. Please advice:
Friend A: - Enable caching in Magento, so pages render quicker, use firebug to ensure that each page(html only) renders in less then a second and preferably in less the half a second.
- Combine all JavaScript files into one, minify and zip them.
- Combine all Css files into one, minify and zip them.
- Use Photoshop or another tool to compress the JPGs to a smaller size, rightnow serie-0-jpg is 600 kb, but with preset JPEG Medium in Photoshop it is 200 kb, and could probably be even less.
Friend B: - Disable cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
- Set Expires headers in the future, not in the past
- Set cache-control headers for static files to far-future
- Make javascript non-blocking
- Use sprite images
- Set image dimensions for images when possible, this will make space enough for the browser, which will make it stop making reflows/repaints, this will speed up the perceived performance, which will give a better UX.
- Use a cookie free domain for static resources. By serving static files from a domain containing cookies, will make extra checks on the server, which makes each request taking longer time to perform.