solved enabled APC functions on server

izhmel
@izhmel
4 years ago
1,323 posts
How do I enabled APC functions on the server ?


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 07/24/20 03:44:15PM
paul
@paul
4 years ago
4,326 posts
You will need to contact your own hosting provider and ask them about that.
hth


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
4 years ago
1,323 posts
APC functions is now enabled on the server , how do I use it ,whats the use of it ?


--
The Scientist
dubmusic.com
Thanks for any assistance.
michael
@michael
4 years ago
7,717 posts
Its used by PHP.

PHP Manual: APC ("Alternative PHP Cache")
https://www.php.net/manual/en/book.apc.php

Information about it:

"What is APC and what is it used for?"
https://pantheon.io/docs/alternative-php-cache
Quote: .....APC stands for the Alternative PHP Cache. PHP is a dynamic language that is compiled on-demand into bytecode at execution time. To improve performance, APC stores this bytecode so that it can be reused instead of having to be recompiled each time......

updated by @michael: 04/15/20 06:34:46PM

Tags