I've upgraded a large project from Umbraco 7.3.8 to 7.4.3. When I visit a page for the first time it seems to take a lot longer in 7.4.3. After that the pages seem to load both just as fast. Anyone seen this before?
Nope, I'd say you should do some benchmarks, find out what part is slower, you can turn on debug mode on your logs which has timing output during start-up ops
You can check on both versions. Startup handlers are the primary cause of slow starts. You say you have a large site so it could be anything
This is most likely due to something in your code, environment, etc... There is not a slower startup in Umbraco 7.4.3 which you can verify with a fresh install.
Umbraco 7.4 first page visit slow
Hello,
I've upgraded a large project from Umbraco 7.3.8 to 7.4.3. When I visit a page for the first time it seems to take a lot longer in 7.4.3. After that the pages seem to load both just as fast. Anyone seen this before?
Could it be related to this? http://issues.umbraco.org/issue/U4-8682
Jeroen
Nope, I'd say you should do some benchmarks, find out what part is slower, you can turn on debug mode on your logs which has timing output during start-up ops
You can check on both versions. Startup handlers are the primary cause of slow starts. You say you have a large site so it could be anything
Sorry it had something todo with out CI. Normally it would warm up some pages with curl. Somehow that didn't work anymore.
Jeroen
I'm facing the same issue with 7.4.3 where umbraco load slowly during first visit.
Any go around this before the 7.5 update?
Thanks
As I mentioned above:
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/78970-umbraco-74-first-page-visit-slow#comment-252337
This is most likely due to something in your code, environment, etc... There is not a slower startup in Umbraco 7.4.3 which you can verify with a fresh install.
is working on a reply...