You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a different CDN for static assets if possible, or check if the file is recent? (This is taking 5 seconds per file, which is a different question for a different repo)
Maybe check the modification time on disk and cache on disk as sha($url) on http 200s, and allow it by default if the css file modification time is less than a day old
When running
phd/render.php --docbook doc-base/.manual.xml --package PHP --partial=book.simdjson --format xhtml
- it takes 10 secondsUsing https://github.com/adsr/phpspy to render a flame graph:
Use php's curl module if available?Send etags/if-modified-since?(doesn't help, still slow https://daniel.haxx.se/blog/2019/12/06/curl-speaks-etag/ )This might just be a wifi or cdn or isp issue, though - see php/web-php#556
The text was updated successfully, but these errors were encountered: