cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing of Javascript

Parsing of Javascript

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

 

http://postimg.org/image/4vdcax2av/

2 REPLIES 2

Re: Parsing of Javascript

A lot of benefit when you minify and combine js/css because it save the number of requests. And make the parsing faster.

- Magento Tutorial many tips for magento
- Best Magento Hosting 2015 make magento FAST easy

Re: Parsing of Javascript

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

------------
MagenX - Magento and Server optimization