Sinisterly
Optimizing Sinisterly Site Speed - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: General (https://sinister.ly/Forum-General)
+--- Forum: Announcements (https://sinister.ly/Forum-Announcements)
+---- Forum: Suggestions (https://sinister.ly/Forum-Suggestions)
+----- Forum: Old Suggestions (https://sinister.ly/Forum-Old-Suggestions)
+----- Thread: Optimizing Sinisterly Site Speed (/Thread-Optimizing-Sinisterly-Site-Speed)

Pages: 1 2 3


RE: Optimizing Sinisterly Site Speed - Reiko - 04-07-2014

Another suggestion for speeding up the site, that would do much more than minifying resources, would be to implement SPDY and force it to be used. SSL is already in place so SPDY shouldn't be terrible to add.

Also, DNS based cache services like CloudFlare, Incapsula and PageSpeed take AWAY control from the admin, charging him to use SSL/TLS for example. Not OK.


RE: Optimizing Sinisterly Site Speed - Cake - 04-07-2014

(04-07-2014, 08:24 AM)Koala Wrote: lol, I use the pagespeed service without a need for an apache backport, it's essentially a cdn. :3

EDIT: https://developers.google.com/speed/pagespeed/service/setup
I also have used pagespeed before. They wanted me to install an apache backport for 2.2 or something.


Re: RE: Optimizing Sinisterly Site Speed - Oni - 04-07-2014

(04-07-2014, 05:57 PM)Starfall Wrote: Another suggestion for speeding up the site, that would do much more than minifying resources, would be to implement SPDY and force it to be used. SSL is already in place so SPDY shouldn't be terrible to add.

Also, DNS based cache services like CloudFlare, Incapsula and PageSpeed take AWAY control from the admin, charging him to use SSL/TLS for example. Not OK.

Agreed. Also makes site owners more dependent.


RE: Optimizing Sinisterly Site Speed - Kyou - 04-07-2014

(04-07-2014, 05:57 PM)Starfall Wrote: Another suggestion for speeding up the site, that would do much more than minifying resources, would be to implement SPDY and force it to be used. SSL is already in place so SPDY shouldn't be terrible to add.

Also, DNS based cache services like CloudFlare, Incapsula and PageSpeed take AWAY control from the admin, charging him to use SSL/TLS for example. Not OK.

This is a great suggestion to add to the OP. Overall I think SL is pretty fast and little things here and there would be a nice add on.


RE: Optimizing Sinisterly Site Speed - Infinity - 04-09-2014

(04-07-2014, 12:54 AM)Koala Wrote: Google Pagespeed does all of the above and more, automatically. Tongue

It does? I thought it just runs tests. Otherwise yeah, if you need any help optimizing, PM me.


RE: Optimizing Sinisterly Site Speed - Lain - 04-09-2014

(04-09-2014, 03:35 AM)Infinity Wrote: It does? I thought it just runs tests. Otherwise yeah, if you need any help optimizing, PM me.

It indeed does. :3



I linked @Oni to a plugin that minifys the HTML, but that was most certainly ignored. Tongue

http://mods.mybb.com/view/imei-page-optimizer

Comment out this line to remove the report thing it adds to the end of the pages source:
PHP Code:
$report="<!-- optimization: ".round(100- $after*100/$before,2)."% by imeiPageOptimize in $time Seconds -->";