Hello.
We have a clean nop install of 4.60.1 and have copied in all nop-template plugins from NopCompletePluginCollection (4.6.75.35269).
When building with dotnet build or in rider we get a lot of errors with _ViewImports.cshtml
I think you are mistaken. This isn't a problem with any other plugins on VS2022. I only have this problem with nop-templates. I want to use VS 2022, so could you look into this issue asap?
Maybe the total file is about 350 kb. But i think there are methods that are blocking the Main thread.
I think your javascripts are the reason we are being punished for js blocking Main thread. We are bundling 100 kb of js but i think the total size is almost 1mb and thats prob jquery+sevenspikes. Is there any way to async load the javascripts? We have made all images async and we still only get 25 score on pagespeed. Check navasport-dev.azurewebsites.net
https://developers.google.com/speed/pagespeed/insights/?hl=no&url=https%3A%2F%2Fnavasport-dev.azurewebsites.net%2F&tab=mobile
It works now. Thanks!
Hello.
Do i have to update both core and ribbons?
Hello.
Is there a condition for "marked as new"? I can't seem to find it.
I had to insert it into
$(document).ready(function () {
$(document).on('quickTabsRefreshedTab', function () {
alert();
});
}
Thanks for your help!
Hello. I'm using version 3.8.456.22141 on quicktabs.