Hi,
Hi i am new to this platform. I have just developed a website using Dolphin, everything is fine except website load time.
I was trying to decrease the load time for page. And i found that Dolphin is combining all the CSS and JS in one single file in order to decrease the HTML request. In one way it sounds very good. But the problem is that we are not able to take the full advantage of caching.
There are some CSS and JS file which are getting used on all the pages. But still they are getting downloaded with all the request as they are included in combined CSS/JS file.
Is it possible that we remove those common CSS/JS from combined file and download individually, in that case number of HTML request will increase but file will not get downloaded with all the request.
Or other solution could we have 2 combined CSS/JS file one with common JS/CSS and other with variable CSS/JS file.
Thanks
