Thread: optimizing MMi
-
01-13-2009, 02:31 PM #1
optimizing MMi
to bad you had to wrap it in mmi crap all over, the site server is seriously getting slower by the day now...
great idea tho..
---edit----
just took a look at the source code, you guys really need to optimize things, all the JS and ajax in there, wow, please read this small tiny book and fix those things.. High Performance Web Sites | O'Reilly Media
-
01-13-2009, 03:09 PM #2Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,208
- Thanks
- 509
- Thanked 4,484 Times in 1,114 Posts
We wrapped HTML over it - no dynamic generated content. And yah, we wrap around it - uh, this IS ModMyi.com, you know, heh - if only we didn't wrap all that site design around our forums too, huh? And if only Apple would JUST GIVE US A SCREEN PLEASE! Why the crap are they wrapping it in a nice exterior? Why are the icons and UI nice?
Pshaw. Uh... there's NO JS or AJAX in there either lol - except maybe our actual ad rotator, which is about the most miniscule you could get in terms of JS.
Not that an attitude like that deserves a response even, but as a matter of fact we are already prepping two new db servers which will be WAY faster than what we have now, and are redoing our complete backend on the web servers over the next few weeks.
-
01-13-2009, 03:14 PM #3Owner / Founder - ModMyi
aka cash7c3
- Join Date
- May 2007
- Location
- Denver, CO
- Posts
- 11,873
- Thanks
- 340
- Thanked 15,253 Times in 649 Posts
-
01-13-2009, 03:51 PM #4Livin the iPhone Life
- Join Date
- Jul 2007
- Location
- Ann Arbor
- Posts
- 1,539
- Thanks
- 78
- Thanked 60 Times in 52 Posts
-
01-13-2009, 04:23 PM #5yup.. NO JS OR AJAX in there.. man.. i must have been seeing thingsHTML Code:
<script type="text/javascript" src="http://www.modmyi.com/forums/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=380"></script> <script type="text/javascript" src="http://www.modmyi.com/forums/clientscript/yui/connection/connection-min.js?v=380"></script> <script type="text/javascript"> <!-- var SESSIONURL = ""; var SECURITYTOKEN = "1231888850-da28a7189ef931739bd09f9ba08acabb127524ce"; var IMGDIR_MISC = "/forums/images/styles/modmyi/misc"; var vb_disable_ajax = parseInt("0", 10); // --> </script> <script type="text/javascript" src="http://www.modmyi.com/forums/clientscript/ncode_imageresizer.js?v=1.0.2"></script> <script type="text/javascript"> <!-- NcodeImageResizer.MODE = 'lytebox'; NcodeImageResizer.MAXWIDTH = 450; NcodeImageResizer.MAXHEIGHT = 600; NcodeImageResizer.MAXWIDTHSIGS = 450; NcodeImageResizer.MAXHEIGHTSIGS = 160; NcodeImageResizer.BBURL = 'http://www.modmyi.com/forums'; vbphrase['ncode_imageresizer_warning_small'] = 'Click this bar to view the full image.'; vbphrase['ncode_imageresizer_warning_filesize'] = 'This image has been resized. Click this bar to view the full image. The original image is sized %1%2 and weights %3.'; vbphrase['ncode_imageresizer_warning_no_filesize'] = 'This image has been resized. Click this bar to view the full image. The original image is sized %1%2.'; vbphrase['ncode_imageresizer_warning_fullsize'] = 'Click this bar to view the small image.'; //--> </script> <script type="text/javascript" src="http://www.modmyi.com/forums/clientscript/lytebox/lytebox.js"></script> <!-- Sorky02 - vvvvv --> <script type="text/javascript"> function Sorky02_MoreOrLess( n ) { Less_body = fetch_object("Sorky02_MoreOrLess_Less_body_" + n); More_body = fetch_object("Sorky02_MoreOrLess_More_body_" + n); if (Less_body.style.display == "none") { Less_body.style.display = ""; More_body.style.display = "none"; } else { Less_body.style.display = "none"; More_body.style.display = ""; } return false; } function Sorky02_ShowOrHide( n ) { span = fetch_object("Sorky02_ShowOrHide_span_" + n); img = fetch_object("Sorky02_ShowOrHide_img_" + n); if (span.style.display == "none") { span.style.display = ""; img.src = "http://www.modmyi.com/forums/images/buttons/collapse_thead.gif"; } else { span.style.display = "none"; img.src = "http://www.modmyi.com/forums/images/buttons/collapse_thead_collapsed.gif"; } return false; } </script> <!-- Sorky02 - ^^^^^ --> <div style="text-align: center;"> <script type="text/javascript"> if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1)) { document.write("<a href="/forums/showthread.php?t=468831&styleid=31"><img src="/images/click4iphone.png"></a>") } </script> <script src="http://www.modmyi.com/forums/chrisdomroll.js" type="text/javascript"> /**************************************************** * DOM Image rollover v3.0: By Chris Poole http://chrispoole.com * Script featured on http://www.dynamicdrive.com * Keep this notice intact to use it :-) ****************************************************/ </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript"> _qacct="p-4bEZTZBVa48UQ";quantserve();</script> <noscript> <a rel="nofollow" href="http://www.quantcast.com/p-4bEZTZBVa48UQ" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-4bEZTZBVa48UQ.gif" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a></noscript> <!-- End Quantcast tag --> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-585951-3"; urchinTracker(); </script>
learn to code and optimize your damn site.. maybe then you wouldnt need those six servers to haul this crap aroundLast edited by designgears; 01-13-2009 at 04:32 PM.
-
01-13-2009, 05:06 PM #6Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,208
- Thanks
- 509
- Thanked 4,484 Times in 1,114 Posts
Weird... must be looking at two completely different pages: none of that shows up here ModMyi.com. Who knows where you're getting that.
back on topic we go!
First of all, our source should /already/ be in your Cydia, unless you've manually deleted it previously. Search for uh... dTunes. If you see it, you already have our source.
Second, not sure where "index of" would come into play - repo's are URL's. http://apt.modmyi.com.Last edited by Kyle Matthews; 01-13-2009 at 05:06 PM. Reason: Automerged Doublepost
-
01-13-2009, 07:09 PM #7My iPhone is a Part of Me
- Join Date
- Nov 2007
- Location
- Los Angeles
- Posts
- 815
- Thanks
- 417
- Thanked 108 Times in 80 Posts
designgears = banned by now?
come one PF,
drop the hammer!!!!
lmao
pwnd
-
The Following User Says Thank You to tattoojack For This Useful Post:
SeaPea (01-13-2009)
-
01-13-2009, 08:14 PM #8
-
01-14-2009, 12:16 AM #9
do it! ill flip my router off and back on, have a new ip and get a new account and be right back..
DO IT PF!!
CADEMIAX FTW!!
-
01-14-2009, 12:37 AM #10Livin the iPhone Life
- Join Date
- Jul 2007
- Location
- Earth.
- Posts
- 2,337
- Thanks
- 19
- Thanked 457 Times in 266 Posts
Hey numb-nuts, it's ok to bring constructive criticism to the site if someone is out of place / not working right / annoying you. Designgears might be a jerk about it, but if the user is having a bad experiences on the site due to some unseen error, I'm pretty sure Cash and the rest of the admins here would like to know.
Calling for a ban to someone is just idiotic. We have a pretty clear set of rules of what will get you banned. If you feel someone is breaking said rules, report them. But don't start bringing out the torches and pitchforks, it makes the community look bad.
Now that's just silly. If you are having/seen code that you feel shouldn't be there, take it up to PM's/e-mails if you have the time.
-
01-14-2009, 03:28 AM #11
-
01-14-2009, 12:00 PM #12Livin the iPhone Life
- Join Date
- Jul 2007
- Location
- Earth.
- Posts
- 2,337
- Thanks
- 19
- Thanked 457 Times in 266 Posts
-
01-14-2009, 12:18 PM #13Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,208
- Thanks
- 509
- Thanked 4,484 Times in 1,114 Posts
The js we use is to resize images, rollover, and stats. All standard stuff. Of course we are constantly looking at ways to optimize our software and hardware, so rest assured with that.
-
01-14-2009, 01:07 PM #14Super Moderator
- Join Date
- Sep 2007
- Location
- London, UK
- Posts
- 3,786
- Thanks
- 335
- Thanked 392 Times in 268 Posts
I understand very little of what is being said here.

twitter.com/dale1vMicrosoft owns the internet through Hotmail. The .HTML is short for Hotmail, so all .HTML files are MS files.



LinkBack URL
About LinkBacks
Reply With Quote






