chesio / bc-cache

Simple full page cache plugin for WordPress inspired by Cachify
The Unlicense
9 stars 0 forks source link

Review use of file_exists, is_file and is_dir functions #68

Closed chesio closed 2 years ago

chesio commented 2 years ago

Unlike is_file and is_dir, calls to file_exists are not cached, so file_exists is less performant.