litespeedtech / litespeedtech/lscache_wp

Different timezone for page optimization and page caching

Open
#428 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
PHP
Stars
257
Forks
123
PR merge metrics
No merged PRs in 30d

Description

My site runs in Australia, which is GMT+10. After clearing all caches, this is what I see at the bottom of pages:

```

```

The difference between the timestamps is precisely 10 hours. Personally, I prefer to see the local time, but whichever timezone is used, it should be both consistent and clear. Also, optimization doesn't specify the version, and used "@", instead of "on".

So we should see one of the following:

```

```

OR

```

```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the code that writes the “Page optimized” and “Page generated” HTML comments, then inspect how each timestamp and version is produced. Compare their timezone and formatting behavior with the examples in the issue; done means both comments use the same clearly labeled timezone, wording, and plugin version.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, wordpress
Domain
backend, performance
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.