Hello everyone,
does anyone have any advice on Parsing of Javascript? I do not use the merge JS & CSS in the backend because I can see it is of no benefit really. Any advice would be great
A lot of benefit when you minify and combine js/css because it save the number of requests. And make the parsing faster.
if you do not want to combine static files , css/js and images,
then you can create 2-3 subdomains like
//skin.alteregofitness.co.uk
//media.alteregofitness.co.uk
//js..alteregofitness.co.uk
and use them as Base url for your files. this will be much faster, anyway these files all cached in user browsers.
cheers