Activities of "hillin"

I see, thanks!

Thanks. Our solution is to remove gravatar support as we don't need it at all. This post is mostly about a suggestion, because people would expect better quality modules as they have paid for them.

the server cannot access gravatar.com

If so, you cannot set the profile image of a user to use gravatar.

The gravatar feature needs to access the gravatar.com

Yes, that's reasonable. It's just that I think such a strong dependency to a third-party service provider is not a good idea, especially when the service provided is, most of the time, not important at all. I have an avatar image on my page, my server for some reason cannot access gravatar.com, and my service is down? That would be an overkill.

Still not working. I realized maybe our license has expired tho...

Thanks guys, removing the DynamicLocalizationResourceContributor has solved the problem.

https://stackoverflow.com/questions/30418886/how-and-why-does-quickedit-mode-in-command-prompt-freeze-applications?answertab=votes#tab-top

This is not relevant to our case, our service is running on a Ubuntu machine, it does not have a console window and we absolutely won't click to freeze it. The screenshot you see is from an SSH session.

You can remove the DynamicLocalizationResourceContributor.

Configure<AbpLocalizationOptions>(options => 
{ 
    options.GlobalContributors.Remove DynamicLocalizationResourceContributor 
}); 

Thanks, we'll have a try.

Did you output the logs to the console? if yes, You can disable it.

Sorry but I don't quite get it, what's the point of disabling the console log output?

Does the server's CPU/memory and network bandwidth meet your request?

It's running on an internal bare metal test server on our intranet, not really fancy on the specs (Xeon E2224 + 24GB RAM) so I guess it could be somewhat CPU-bound when processing a lot of requests. However we'd like to understand why LanguageManagement and Redis are involved here (which is of course not related to the business logic of these requests), and if possible, how can we cut them off to increase the server throughput.

@maliming here is the log with debug information, does not seem more useful.

May I ask what Redis(windows or Linux) version are you using?

It's Redis server v=6.2.4 running on Ubuntu server 20.04.

Thanks Albert, as I already replied above, it works very well with enums that have values, and I fully understand why the values matter.

However I've also addressed a few other issues related to the CRUD generation feature of abp suite, namely:

And even more minor issues as I step further into the jungles, such as the angular UI pages it generates does not compile in typescript strict mode. So my main point is, the CRUD generation feature is somewhat stale nowadays, I'd expect an overhaul before it can really work in modern projects. I'm sorry as some of these points are placed under an unrelated topic.

Showing 1 to 10 of 22 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11