A faster website with PHP cache, Redis and Memcached

Web programming qustions, like PHP, ASP, ASP .NET, Perl etc. belong in this section.
Forum rules
Please make yourself familiar with our rules and guidelines before posting.
Post Reply
Accrete
Administrator
Posts: 1786
Joined: Fri Nov 08, 2019 12:44 am
Latest blog post: Have You Read the Webmaster Guidelines Yourself?
Answers: 1
Reputation: 987
Location: Canada
Has thanked: 22 times
Been thanked: 113 times
Contact:

A faster website with PHP cache, Redis and Memcached

Post by Accrete »

As a programmer have you implemented PHP cache, Redis and Memcached?
...There are different kinds of cache types and all of them have different functions. Our list includes only server side cache types which are used together with PHP scripts. Other cache types like browser cache, database cache or proxy cache are not the scope of this article...
A faster website with PHP cache, Redis and Memcached

As site speed it something to consider from a user and SEO point of view it would benefit the site overall. However I find implementing any caching to improve site speed during site development or site updates a PIA. You can't see what you changed without turning caching off and then back on. Any easier way to handle this?
Yours truly,
Accrete Web Solutions

SEO troubleshooting and review services available. - Pm me.

User avatar
J. H. Rasmussen
Administrator
Posts: 1338
Joined: Thu Nov 07, 2019 9:13 pm
Latest blog post: Play » RealEstate Giant « on Web Browser Games
Answers: 0
Reputation: 618
Location: Copenhagen, Denmark
Has thanked: 45 times
Been thanked: 52 times
Contact:

Re: A faster website with PHP cache, Redis and Memcached

Post by J. H. Rasmussen »

I think that is most likely why forum software like phpBB is so fast these days, it uses the Symfony framework which has a lot of build in cache functionality.

So the easiest way to implement cache would most likely be to use a framework/CMS that already has it build in. I do agree, working with cache when you are developing a website can be a bit annoying.

Post Reply

Return to “Web Programming”

Who is online

Users browsing this forum: No members and 24 guests