// archives

caching

This tag is associated with 1 posts

Advanced methods of speeding up web sites

There are a raft of ways to speed up web sites. There are popular ways, like caching the compiled code with apc or similar. People try swapping out their web server, for faster ones. Then you can cache whole web pages, or sql queries, or even more complex partial parts of pages. Then you can […]