@venkat_plansee Can you share the dispatcher configuration added for caching the js and css. It should look something similar to the below.
# Theme Sources via Clientlib: long-term caching (30 days) for immutable URLs, background refresh to avoid MISS
<LocationMatch "^/etc\.clientlibs/.*\.(?i:js|css|ttf|woff2)$">
Header set Cache-Control "max-age=2592000,stale-while-revalidate=43200,stale-if-error=43200,public,immutable" "expr=%{REQUEST_STATUS} < 400"
Header set Age 0
</LocationMatch>
Also check if you have the /headers configuration as shown here.