GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Announcements (https://gfy.com/forumdisplay.php?f=44)
-   -   ROBO SCRIPTS: Hot new scripts to promote cam sites (https://gfy.com/showthread.php?t=1207006)

hdbuilder 03-06-2020 03:56 PM

Hi,

Forget about W3 Total Cache, breaks more things than it helps. What kind of hosting are you on?

Please test your loading time here first https://gtmetrix.com and please open a ticket and put your answer there with your domain and creds (or create a user for me) I will check your settings and test those.

Bottom line whats important is the loading time, i have seen plenty of site with scores around 10 and below ranking super high coz their loading time were super fast. Don't focus too much on those test only on the loading time...

Regards,
Nick

AzteK 03-06-2020 04:54 PM

Quote:

Originally Posted by hdbuilder (Post 22621035)
Hi,

I just did some test, not on that demo since its on an overloaded VPS but on a another VPS i use to test, its a $7 a month VPS so a small one.

Before adding anything i had the same score as you do with an average loading time of 3.9s

Then i did 5 things, i added this plugin -> https://wordpress.org/plugins/autoptimize/ and used the basic config, then WP Super Cache, added a list of rules in the htaccess file to define expire headers and reduced the number of related thumbs on galleries as a test.

And for galleries, for mobile devices the issue is those live chat applet, so if you are willing to try it i have switched configs in the plugin to display an image on Mobile and the live chat applet on desktop.

Well i went from 3.9s of loading time to 1.4s for the home page to 1.8s for the galleries.

On the Google PageSpeed Insights I was able to reach around 73 on galleries, what was killing me was the time that VPS took to respond according to Google .


So Loading under 2 sec is pretty good, what i will do is to:

- merge some css and js files and minify them
- add a feature to show a different number of related thumbs on galleries on mobile
- add a feature to hide the country flags

Here is my htaccess list of rules, make sure to add it by FTP and to be able to remove it if your server doesn;t like it, you will see a blank page if so:

Regards,
Nick

# Add correct content-type for fonts
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
AddType application/x-font-woff2 .woff2
AddType image/svg+xml .svg

<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml

# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
</IfModule>

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
ExpiresByType application/x-font-ttf "access plus 1 year"
ExpiresByType application/x-font-opentype "access plus 1 year"
ExpiresByType application/x-font-woff "access plus 1 year"
ExpiresByType application/x-font-woff2 "access plus 1 year"
ExpiresByType image/svg+xml "access plus 1 year"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresDefault "access plus 2 days"
</IfModule>
## EXPIRES CACHING ##


Thank you for this!!!

Fully Loaded Time
1.1s

Shoplifter 03-08-2020 02:28 PM

After tweaking some of these mods and using WP Super Cache my main page load time is 1.7 seconds,

Gallery page times are much worse. But as they are loading third party Java I wonder what can be done.

hdbuilder 03-09-2020 01:28 PM

Hi,

Well 1.7 seconds is very very good, but you are right nothing can be done in galleries, the loading time is due to those live chat applets. You can always try to display an image and see how that converts for you.

Regards,
Nick

DVTimes 03-09-2020 01:38 PM

Looks good

hdbuilder 03-11-2020 02:02 PM

I Agree :)

peter100 03-13-2020 06:49 AM

Dear Nick

the loading time is not stable ,one time 1.9 and another 2.4 ? i have tried both live chat applets and using images , still the same , i have used many plugins , the speed is not stable.

as i mentioned your old script was much stable for both desktop and mobile and always we are getting high score for both.

we can not try other tool like gtmetrix.com , Google has his own way for scoring and speed and now a days mobile version has higher privilege and if the site is slow as per Google then it will be dropped from listing.

i think you need to do something about coding because old script is faster than new script and both are showing same things.

Thanks
.

hdbuilder 03-13-2020 11:49 AM

Quote:

Originally Posted by peter100 (Post 22625205)
Dear Nick

the loading time is not stable ,one time 1.9 and another 2.4 ? i have tried both live chat applets and using images , still the same , i have used many plugins , the speed is not stable.

as i mentioned your old script was much stable for both desktop and mobile and always we are getting high score for both.

we can not try other tool like gtmetrix.com , Google has his own way for scoring and speed and now a days mobile version has higher privilege and if the site is slow as per Google then it will be dropped from listing.

i think you need to do something about coding because old script is faster than new script and both are showing same things.

Thanks
.

As mentioned above i will add those and some more in the next update:

- merge some css and js files and minify them
- add a feature to show a different number of related thumbs on galleries on mobile
- add a feature to hide the country flags

The core code to load the index or galleries hasn't changed between those version. Please open a ticket and put your domain so i can run a few test on your site myself and see whats up. 1.9 s to 2.4 is pretty good btw.

Regards,
Nick

peter100 03-13-2020 12:15 PM

Quote:

Originally Posted by hdbuilder (Post 22625418)
As mentioned above i will add those and some more in the next update:

- merge some css and js files and minify them
- add a feature to show a different number of related thumbs on galleries on mobile
- add a feature to hide the country flags

The core code to load the index or galleries hasn't changed between those version. Please open a ticket and put your domain so i can run a few test on your site myself and see whats up. 1.9 s to 2.4 is pretty good btw.

Regards,
Nick

1.9 s to 2.4 using gtmetrix.com , with Google the score between 35-40% only.

hope new features will be ready soon

Thanks

hdbuilder 03-13-2020 01:12 PM

Quote:

Originally Posted by peter100 (Post 22625428)
1.9 s to 2.4 using gtmetrix.com , with Google the score between 35-40% only.

hope new features will be ready soon

Thanks

"with Google the score between 35-40% only" are you talking about the homepage or galleries?

Id really like to see your site, please open a ticket.

Regards,
Nick

peter100 03-14-2020 07:45 AM

Quote:

Originally Posted by hdbuilder (Post 22625444)
"with Google the score between 35-40% only" are you talking about the homepage or galleries?

Id really like to see your site, please open a ticket.

Regards,
Nick


Homepage

i will open a ticket soon

Shoplifter 03-14-2020 12:06 PM

Quote:

Originally Posted by peter100 (Post 22625428)
1.9 s to 2.4 using gtmetrix.com , with Google the score between 35-40% only.

hope new features will be ready soon

Thanks

Same result for me. I think this is as far as you can get with optimizing / caching.

peter100 03-21-2020 12:32 AM

Quote:

Originally Posted by hdbuilder (Post 22625418)
As mentioned above i will add those and some more in the next update:

- merge some css and js files and minify them
- add a feature to show a different number of related thumbs on galleries on mobile
- add a feature to hide the country flags

Regards,
Nick

Any update on the above features ? urgent update is needed please , the site is too slow on mobile as per Google , organic traffic is very less.

please let us know when new update will be ready

thanks

hdbuilder 03-21-2020 01:15 PM

Hi, it will be released somewhere this week, you will receive an email.

Have a nice week-end

Regards,
Nick

Brian mike 03-21-2020 04:10 PM

Quote:

Originally Posted by hdbuilder (Post 22630757)
Hi, it will be released somewhere this week, you will receive an email.

Have a nice week-end

Regards,
Nick

:thumbsup

peter100 03-22-2020 12:12 AM

Quote:

Originally Posted by hdbuilder (Post 22630757)
Hi, it will be released somewhere this week, you will receive an email.

Have a nice week-end

Regards,
Nick

Thanks :thumbsup

hdbuilder 03-25-2020 02:35 PM

Quote:

Originally Posted by peter100 (Post 22630498)
Any update on the above features ? urgent update is needed please , the site is too slow on mobile as per Google , organic traffic is very less.

please let us know when new update will be ready

thanks

Okay theme and scripts mods done.

With Google Insight (with my htacess rules) I am now at:

Mobile: 75
Desktop: 91

and by adding WP Super Cache and AO Autoptimize

Mobile: 84
Desktop: 99

Will release an update in a few days with an update to LJ aggregator since they did some changed to their API and categories...

Regards,
Nick

peter100 03-26-2020 03:11 AM

Quote:

Originally Posted by hdbuilder (Post 22633735)
Okay theme and scripts mods done.

With Google Insight (with my htacess rules) I am now at:

Mobile: 75
Desktop: 91

and by adding WP Super Cache and AO Autoptimize

Mobile: 84
Desktop: 99

Will release an update in a few days with an update to LJ aggregator since they did some changed to their API and categories...

Regards,
Nick

Great Nick we are waiting for this update

above 80 on mobile is great.

Thanks
:thumbsup

Brian mike 03-30-2020 03:49 PM

Quote:

Originally Posted by peter100 (Post 22634020)
Great Nick we are waiting for this update

:thumbsup

exotic 03-30-2020 07:08 PM

Quote:

Originally Posted by hdbuilder (Post 22612551)
I started maintaining a changelog for the WP Cam Plugin, so every time you update you can see why. It was asked by numerous clients so there you go

WP Cam Plugin Changelog

\

Hiya! Can you please add dates next to the version numbers?

hdbuilder 04-01-2020 12:58 PM

Quote:

Originally Posted by exotic (Post 22637847)
\

Hiya! Can you please add dates next to the version numbers?

I will,

Regards,
Nick

peter100 04-06-2020 08:32 AM

Any update please

Thanks

hdbuilder 04-06-2020 12:48 PM

Hi,

Yes changed the Livejasmin API changes during the week-end so will release the update for the plugin and theme tomorrow, then will take care of the CSB mods for LJ.

Regards,
Nick

peter100 04-07-2020 12:41 AM

Quote:

Originally Posted by hdbuilder (Post 22642486)
Hi,

Yes changed the Livejasmin API changes during the week-end so will release the update for the plugin and theme tomorrow, then will take care of the CSB mods for LJ.

Regards,
Nick

Thanks Nick

when the whole update will be ready and not only for Livejasmin ? we are not receiving any organic traffic because of low rate as per Google.

hdbuilder 04-08-2020 10:49 AM

Hi,

New update for the theme (V2.9) and plugin (V4.09) released today in auto-updates. Will be added to the site tomorrow.

Regards
Nick

GoCastaway 04-08-2020 01:33 PM

Quote:

Originally Posted by hdbuilder (Post 22644027)
Hi,

New update for the theme (V2.9) and plugin (V4.09) released today in auto-updates. Will be added to the site tomorrow.

Regards
Nick

Hi Nick,

You have a ticket, just updated one site, bug on the countries page

GoCastaway 04-08-2020 01:46 PM

Quote:

Originally Posted by GoCastaway (Post 22644165)
Hi Nick,

You have a ticket, just updated one site, bug on the countries page

Edit: Page takes time to refresh because it's loading on the cronjob, so everything OK with it

peter100 04-09-2020 03:52 AM

Quote:

Originally Posted by hdbuilder (Post 22644027)
Hi,

New update for the theme (V2.9) and plugin (V4.09) released today in auto-updates. Will be added to the site tomorrow.

Regards
Nick


Thanks Nick

After several optimization trials i did not see any improvement , Google ratio between 35-45% maximum , how you were able to reach to above 80% on mobile !! can you show us the website which reach that ratio ?

kindly check

Shoplifter 04-09-2020 11:13 AM

I'm up very slightly since the update.

Desktop 80

Mobile 45

I have found that the expires rules for .htaccess will sometimes show returning surfers grey boxes for Chaturbate so I will probably remove them.

I'm thinking about building a portal page to up my load speeds.

hdbuilder 04-09-2020 12:30 PM

Hi open tickets and put your domains I will tell you what you are not doing right to get those scores.

Regards,
Nick

peter100 04-09-2020 01:11 PM

Quote:

Originally Posted by hdbuilder (Post 22644814)
Hi open tickets and put your domains I will tell you what you are not doing right to get those scores.

Regards,
Nick

can you show us the website which reach to 80% ratio on mobile ?

Thanks

hdbuilder 04-09-2020 01:40 PM

Sure,

Dev | Just another WordPress site

Just did a test and i get 84 on mobile and 99 on desktop

As i said id like to see your site, to see whats different from mine then i can find the problem, if on my side ill fix it but i need to see it so, please open a ticket don't be shy :)

Regards,
Nick

Shoplifter 04-09-2020 02:05 PM

Quote:

Originally Posted by hdbuilder (Post 22644867)
Sure,

Dev | Just another WordPress site

Just did a test and i get 84 on mobile and 99 on desktop

As i said id like to see your site, to see whats different from mine then i can find the problem, if on my side ill fix it but i need to see it so, please open a ticket don't be shy :)

Regards,
Nick

Ticket sent. Thanks again.

I can see there are some differences for example fonts loading between the site I sent and yours. I wonder if lazy load is working for me.

peter100 04-09-2020 02:05 PM

Quote:

Originally Posted by hdbuilder (Post 22644867)
Sure,

Dev | Just another WordPress site

Just did a test and i get 84 on mobile and 99 on desktop

As i said id like to see your site, to see whats different from mine then i can find the problem, if on my side ill fix it but i need to see it so, please open a ticket don't be shy :)

Regards,
Nick

Ok thanks Nick , i have seen it ,we can open tickets , we did it several times before

two points are different from my site :

1. i have around 300 posts there , 16 posts showing on main page but you have nothing.

2. you are showing only Chaturbate , try adding others like livejasmin , xlove and others ...maybe the issue from one of them.

let me know please
Thanks

Shoplifter 04-09-2020 02:22 PM

Quote:

Originally Posted by peter100 (Post 22644879)
Ok thanks Nick , i have seen it ,we can open tickets , we did it several times before

two points are different from my site :

1. i have around 300 posts there , 16 posts showing on main page but you have nothing.

2. you are showing only Chaturbate , try adding others like livejasmin , xlove and others ...maybe the issue from one of them.

let me know please
Thanks

I tried it with the custom posts off and only with CB and it didn't make a difference. Even the slider doesn't make a difference.

Shoplifter 04-14-2020 12:28 PM

Great job!

Desktop 95

Mobile 66


What about updating to WP 5.4? Is it safe?

hdbuilder 04-14-2020 12:57 PM

Hi,

just released a new update today, i added lazyload to auto-posts and custom posts, i suggest you update, you should do better mobile wise after.

Also fixed the Livejasmin API by adding the API key field and instruction on where to get it in Configure Sites. wont work without the API key now...

Sure yo can update to WP 5.4 no problems.

Regards,
Nick

Shoplifter 04-15-2020 01:57 PM

With Stripchat is it possible to use live images in their API feed? It looks like they are there in the feed.

As well the gay Stripchat feed doesn't show in Wordpress.

Seeing as CB is not being responsive it would be nice to try out Stripchat.

hdbuilder 04-15-2020 03:40 PM

Hi,

First all live chat applets are responsive for every cam sites so not sure what you mean about CB not being responsive.

I am fixing Stripchat since they just changed their API feed again same with categories, an update will be released soon.

What do you mean by live images?

Regards,
Nick

Shoplifter 04-15-2020 07:39 PM

Quote:

Originally Posted by hdbuilder (Post 22649344)
Hi,

First all live chat applets are responsive for every cam sites so not sure what you mean about CB not being responsive.

I am fixing Stripchat since they just changed their API feed again same with categories, an update will be released soon.

What do you mean by live images?

Sorry I meant that CB was not responsive to emails from webmasters. I should have used a different word lol.

I mean live grabs from the cam show like CB has for preview images. On some cam sites it shows images the girls have chosen themselves for thumbs and they are almost always disappointing.


All times are GMT -7. The time now is 01:55 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc