tarmogr Posted December 10, 2016 Share Posted December 10, 2016 Hi Im editing my theme and would like to know how various files are used and is it better to delete unwanted code or comment out. Different file types are handled differently, some are loaded into user macine and some are used on server side olnly. So which of these files should we make as small as possible(affect load time) and which we dont have to worry about size and and can simply comment out code for future reference reasons: scss css php js tpl Link to comment Share on other sites More sharing options...
NemoPS Posted December 10, 2016 Share Posted December 10, 2016 css and js I would say. You can also strip un-necessary smarty code from the tpls so that they are lighter to process 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now