Check out Atomic Chess, our featured variant for November, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Home page of The Chess Variant Pages. Homepage of The Chess Variant Pages.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote on Sun, Nov 17 06:16 PM UTC:

Since I've been finding 522 errors for images generated with fen2.php in the PHP error log, I made some changes to how caching works in Cloudflare. It had been set to not cache anything with a query string. I changed this to standard, which separately caches each unique query string. Then I made some cache rules. I have five cache rules right now. These are:

  1. Bypass cache for Jocly
  2. Bypass cache for nocache in query string
  3. Cache PHP scripts that generate images
  4. Cache HTML when cvpuser cookie is absent
  5. Bypass cache for other PHP scripts

Since the cache rules do not mention anything about applying only one rule or about the order in which they are applied, the third rule and the last rule explicitly mention showpiece.php, fen2.php, drawdiagram.php, and marker.php.