Long page loading times since update

Posted in: Newspaper
Post count: 31

Hello,

Ever since the recent update that moved around some support from the newspaper-child theme, my websites performance has been impacted. It takes now over 25-30s to load the homepage. It use to take under 5s before the update.

Under “defer parsing of javascript” in GTmetrix, there’s a line that says /wp-content/plugins/td-composer/legacy/newspaper/js/tagdiv_them.min-9.7.3.js. What is this?

Is anyone else having performance issues?

Post count: 4

i have the problem of performance when i want to modify a page or post to do something with the editor TagDiv Composer or Visual Composer.
worst i can’t make any change on page or post

Post count: 31

Where can I find the style sheet to edit the Header 27 from the Cloud Templates library? I need to remove a background URL that I can’t fix through TD_Composer.

I have this line of code below that I need to remove the URL for because it’s no longer valid and it’s slowing my website down by 9s.

</style>
<div class=”td_uid_4_5d1040363da5a_rand_style td-element-style” ><div class=”td-element-style-before”><style>
.td_uid_4_5d1040363da5a_rand_style > .td-element-style-before {
content:” !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-image:url(“https://i2.wp.com/vettoc.com/wp-content/uploads/2019/05/201900229dd9abd3-ded7-b9c6-87e4-e8ec0011ab12-2.png?fit=50%2C50&ssl=1&#8221;) !important;
background-repeat:repeat !important;
opacity:0.2 !important;
background-position:center top !important;

  • This reply was modified 7 years by mario118.
Post count: 20688

Hi,


@mario118
That would be the theme javascript, which is being loaded from the composer plugin now after the recent updates. Basically most of the theme files are now in the composer plugin, so now they are being loaded from there.
From what I can see there are other resources that are detected by the test
https://www.screencast.com/t/mc7djU27HzE

There is also an image that provided a 404, this could slow the down the website by quite some time – https://www.screencast.com/t/2t9pe16R
Seems to be related to the mobile header, I suggest that you edit the cloud header with the composer and check the backgrounds on the rows, if there is an image there remove it, or set a different one – https://www.screencast.com/t/WL2jvNdBT
The cloud templates don’t have a stylesheet or any files, all their settings are in the composer. Their CSS settings are generated dynamically.


@budditbud
You could begin by checking if the theme requirements are met
https://tagdiv.com/newspaper-theme-requirements/
Check PHP version, wp-memory etc and if needed make the necessary adjustments where needed.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.