• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Web Presence Builder - Blog Module - Performance Issue

ccto

Basic Pleskian
Hello Plesk, and other users,

We have a customer whose website running Web Presence Builder 12.0.7

It contains a Blog module. They have around 82 Blog article.

From published website, the Blog 1st page index page (i.e. contain 5 blog posts) . The HTML source

1. contains around 1500 widgets
#widget-4d9a03e6-59a9-xxxx-da75-f374be7b0940 {box-shadow: none}
#widget-684f2d12-f02b-xxxx-1d7b-d6d8b0fff482 {
margin: 0 0 0 0;
padding: 5px 10px 5px 10px;
border-radius: 0 0 0 0;
}

2. load around 1500 css files.
<link type="text/css" href="../css/text-e9dec4d6-9430-b2f4-xxxx-e7c7905cf8c2.css?template=generic" rel="stylesheet" />

3. run around 1500 addImagesAnimation javascript.
$.addImagesAnimation('#widget-153946e1-eeb5-79d3-xxxx-22e501d36aa4');

I tried to browse the Blog, it shall not have some (being) abusive/spam contents. They seems normal.

I found that if a Blog post contains around 15 images, that post will contains around 29 widget inside that post. (search at phpMyAdmin)
select * from widget_property where widget_id in
( select widget_id from widget_container where container_id = '527xxx' )

As it needs to load 1500 lines of JavaScript/CSS , the website is not responsive in the client browser.

(I wild-guess it does not need to load ALL blog widgets when the blog index page show 5 blog preview contents)

May you please kindly check/help/advise.

Thank you very much for your kind attention

Regards
George.
 
Back
Top