are different cache types
Object caching, Browser, cdn...
1) does it really matter to use which type of caching to implement?
2) In tutorials, it is mostly showing to implement via APIS, is there any reason for that?
3) object caching is always showing with WordPress, why?
I think understanding the inherent caching capabilities of the browser/HTTP is really good
1. Caching is mostly required if you are facing some slowdown when accessing some service, and the data can be repeated without causing problem. 2. Not sure what API that you are talking about regarding caching 3. Object cache in Wordpress is mostly used to cache database query output
Basically, in a forum I have seen as advice for building a qualified portfolio, caching would be fine so that's why I studied it to adding ,so there is no slowdown case
Most of the time you don't really need a cache
Then do you have any specific advice for important facts while creating website projects?
I like laravel as a backend for newer programmers since it handles so many things for you that would normally take extra days or weeks to implement yourself as a newbie in something like asp.net
Обсуждают сегодня