longnha
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Using site’s ThumbnailI cleared the image caches and now it shows up correctly. Thank you for your support.
Forum: Plugins
In reply to: [WordPress Popular Posts] Using site’s ThumbnailThen I guess something is not working properly! The shortcode I used:
[wpp thumbnail_width=100 thumbnail_height=100 thumbnail_build='predefined'range='last7days' stats_views=0 cat='1' limit=10]
Upon checking, the thumbnails src are still from
/wp-content/uploads/wordpress-popular-posts/...
Forum: Plugins
In reply to: [WordPress Popular Posts] Using site’s ThumbnailHector, thank you for the info.
What I actually mean was that, is there a way to tell the plugin to use the thumbnals without “WPP’s thumbnails cache”? Just some dig in as it maybe better for performance.
Forum: Plugins
In reply to: [WordPress Popular Posts] Using site’s ThumbnailOh yeah, it should be the widget. Unfortunately, I used shortcode to display Popular Posts!
Forum: Plugins
In reply to: [WordPress Popular Posts] Using site’s ThumbnailHector, I’m not sure which screen is that? The setting screen:
Forum: Plugins
In reply to: [WordPress Popular Posts] Display Popular Posts Performance IssueThank you for the info @hector.
Also, does the plugin count view from Bots such as GoogleBot?
Thanks.
Forum: Plugins
In reply to: [WordPress Popular Posts] Display Popular Posts Performance IssueAnd it would speed everything up a bit if there is ability to exclude the comments from tracking as some sites does not have comment enabled.
Forum: Plugins
In reply to: [WordPress Popular Posts] Display Popular Posts Performance IssueThe wp_popularpostssummary is around 2G. So, I cleared the cache, set log limit to 7 days and enabled Sample Rate = 100. The page did load faster at first but as the data size increase, the load time is increased too.
The site is on dedicated server but I’m not familiar with mySQL so not sure how to tune it for faster JOIN query!
Also, I guess a lot of views are from Bots like Google. Can I exclude it from the count?
Thank you.
Forum: Plugins
In reply to: [WordPress Popular Posts] Display Popular Posts Performance IssueI have object caching enabled, using InnoDB.
The query, for example:
SELECT
v
.view_date
, SUM(v
.pageviews
) ASpageviews
FROMwp_popularpostssummary
v INNER JOINwp_posts
p ONv
.postid
=p
.ID
WHERE (v
.view_datetime
BETWEEN '2024-03-09 00:00:00' AND '2024-03-15 23:59:59') ANDp
.post_type
IN ('post') ANDp
.post_status
= 'publish' ANDp
.post_password
= '' GROUP BYv
.view_date
ORDER BYv
.view_date
DESC;It takes over 1 min to load.
Forum: Plugins
In reply to: [WordPress Popular Posts] Display Popular Posts Performance IssueYeah, I’ve already applied the recommendation and the performance is good, except for when the cache expired and new query is made, it took way too long.
Forum: Plugins
In reply to: [Post Views Counter] Document (Premium)Currently, the plugin only track view and allows to display most viewed posts via Widget. I would like to have more control and would do more with views.
For example: Display most viewed posts in last 7 days along with Featured images.
With the price tag for premium, I expected the plugin would offer more features, hooks and well document!
Thank you.
Forum: Plugins
In reply to: [Post Views Counter] Document (Premium)Hi,
Is there shortcode to display popular posts in a timeframe?
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache not clear when post is published by cronI also noticed that other optimizes such as remove query string, remove noscript tags are no longer working.
Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache not clear when post is published by cronWhen I rollback WP core to v6.0.3 there is no such issue too. So it only happens on new WP core 6.1.
Forum: Plugins
In reply to: [LiteSpeed Cache] Disable WP Native Lazy LoadIt’s not, LPSCP seems to switch to Native solution.