Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Cache #29

Open
daryakuritsyna opened this issue Jul 29, 2015 · 0 comments
Open

Page Cache #29

daryakuritsyna opened this issue Jul 29, 2015 · 0 comments

Comments

@daryakuritsyna
Copy link
Member

In order to pass this test you are advised to use a caching mechanism for your pages. There are three methods which can be used to caching your web pages:
Alternative PHP caching

  • Alternative PHP Cache (APC) is an open source framework which caches data using intermediate PHP code. Most web programmers who are familiar with the PHP programming language can easily set up Alternative PHP Cache for your site.
    Quickcache
  • Quickcache is a lightweight page caching solution which was formerly known as jpcache. Quickcache caches the page output rather than compiling the PHP page, making it a superior version of page caching to the Alternative PHP caching. Quickcache can be quickly downloaded from their website and can reduce your page load time up to 80%.
    WP Super Cache
  • If you have a Wordpress website, WP Super Cache can be installed within seconds and without no programming knowledge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant