Question
Solution Preview

These solutions may offer step-by-step problem-solving explanations or good writing examples that include modern styles of formatting and construction of bibliographies out of text citations and references.
Students may use these solutions for personal skill-building and practice.
Unethical use is strictly forbidden.

.data

# string messages
welcome:
.ascii "    /$$$$$$   /$$$$$$ /$$       /$$$$$$ /$$$$$$$$ /$$$$$$ /$$$$$$$ /$$   /$$ /$$$$$$ /$$$$$$ \n"
.ascii "   /$$__ $$ /$$__ $$| $$      |_ $$_/| $$_____//$$__ $$| $$__ $$| $$$ | $$|_ $$_/ /$$__ $$ \n"
.ascii " | $$ \\__/| $$ \\ $$| $$       | $$ | $$    | $$ \\ $$| $$ \\ $$| $$$$| $$ | $$ | $$ \\ $$ \n"
.ascii " | $$      | $$$$$$$$| $$       | $$ | $$$$$ | $$ | $$| $$$$$$$/| $$ $$ $$ | $$ | $$$$$$$$ \n"
.ascii " | $$      | $$__ $$| $$       | $$ | $$__/ | $$ | $$| $$__ $$| $$ $$$$ | $$ | $$__ $$ \n"
.ascii " | $$    $$| $$ | $$| $$       | $$ | $$    | $$ | $$| $$ \\ $$| $$\\ $$$ | $$ | $$ | $$ \n"
.ascii " | $$$$$$/| $$ | $$| $$$$$$$$ /$$$$$$| $$    | $$$$$$/| $$ | $$| $$ \\ $$ /$$$$$$| $$ | $$ \n"
.ascii "   \\______/ |__/ |__/|________/|______/|__/      \\______/ |__/ |__/|__/ \\__/|______/|__/ |__/ \n\n"
.ascii "       /$$$$$$   /$$$$$$ /$$       /$$$$$$$            /$$$$$$$ /$$   /$$ /$$$$$$ /$$   /$$ \n"
.ascii "      /$$__ $$ /$$__ $$| $$      | $$__ $$          | $$__ $$| $$ | $$ /$$__ $$| $$ | $$ \n"
.ascii "    | $$ \\__/| $$ \\ $$| $$      | $$ \\ $$          | $$ \\ $$| $$ | $$| $$ \\__/| $$ | $$ \n"
.ascii "    | $$ /$$$$| $$ | $$| $$      | $$ | $$          | $$$$$$$/| $$ | $$| $$$$$$ | $$$$$$$$ \n"
.ascii "    | $$|_ $$| $$ | $$| $$      | $$ | $$          | $$__ $$| $$ | $$ \\____ $$| $$__ $$ \n"
.ascii "    | $$ \\ $$| $$ | $$| $$      | $$ | $$          | $$ \\ $$| $$ | $$ /$$ \\ $$| $$ | $$ \n"
.ascii "    | $$$$$$/| $$$$$$/| $$$$$$$$| $$$$$$$/          | $$ | $$| $$$$$$/| $$$$$$/| $$ | $$ \n"
.asciz "      \\______/ \\______/ |________/|_______/          |__/ |__/ \\______/ \\______/ |__/ |__/ \n\n"
rules:
.ascii "Rules:\n"
.ascii "1. 20 weeks (5 months)\n"
.ascii "2. Your endurance drops 10-25% each week. If it reaches 0% and your friends can't help you, the game ends.\n"
.ascii "3. Going to town improves your endurance 5-50%, but costs 50-200 dollars.\n"
.ascii "4. Panning for gold yields 0-25 dollars.\n"
.ascii "5. A sluice yields 0-1000 dollars (durability drops 20-50% each week)\n"
.ascii "6. Hanging out with people yields 5-10 new friends, but costs $20-30 (you have to buy some drinks)\n"
.ascii "7. Not hanging out with people drops 1-3 friends each week.\n"
.ascii "8. Having friends reduces chances of robbery.\n"
.ascii "9. If you have more than 10 friends, they might help you once your endurance reaches 0%\n"
.ascii "10. Food costs 30-50 dollars a week.\n"
.ascii "11. Renting a garden costs 10 dollars and reduces weekly food expenses for 80-100%\n"
.ascii "12. However, working in a garden takes time, so income from panning is reduced 5-10%.\n"
.ascii "13. Weather conditions might influence your yield.\n"
.ascii "14. Robberies can be quite common if you don't have many friends in the area!\n"
.asciz "15. Beware! If someone slanders you, you might lose some friends.\n"

menu:
.ascii "It's Sunday! What do you want to do?\n"
.ascii "1. Do nothing\n"
.ascii "2. Repair sluice (-$100)\n"
.ascii "3. Hang out with people\n"
.ascii "4. Rent a garden (-$10)\n"
.asciz "5. Go to town\n"

week_str:
.asciz "WEEK "
money_str1:
.asciz "You have $"
endur_str1:
.asciz "Your endurance is at "
endur_str2:
.asciz "%\n"
sluice_str1:
.asciz "Sluice is at "
sluice_str2:
.asciz "%\n"
friend_str1:
.asciz "You have "
friend_str2:
.asciz "You made "
friend_str3:
.asciz "You lost "
friend_str4:
.asciz " friends this week.\n"
friend_str5:
.asciz " friends for not hanging out this week.\n"
friend_str6:
.asciz " friends.\n"
pan_str:
.asciz "Panning for gold yielded $"
sluice_str3:
.asciz "\nThe sluice yielded $"
food_str1:
.asciz "\nYou ate $"
food_str2:
.asciz " in food\n"
sluice_str4:
.asciz "\nYou repaired the sluice to 100%.\n"
sluice_str5:
.asciz "\nYou don't have enough money to repair the sluice.\n"
hang_str1:
.asciz "\nHanging out with people cost you $"
hang_str2:
.asciz "\nYou don't have enough money to hang out.\n"
town_str1:
.asciz "\nGoing to town cost you $"
town_str2:
.asciz "\nYou regained "
town_str3:
.asciz "% endurance.\n"
town_str4:
.asciz "\nYou don't have enough money to go to town.\n"
game_over_str:
.ascii "\n"
.ascii "    /$$$$$$   /$$$$$$ /$$      /$$ /$$$$$$$$       /$$$$$$ /$$    /$$ /$$$$$$$$ /$$$$$$$ \n"
.ascii "   /$$__ $$ /$$__ $$| $$$    /$$$| $$_____/       /$$__ $$| $$   | $$| $$_____/| $$__ $$\n"
.ascii " | $$ \\__/| $$ \\ $$| $$$$ /$$$$| $$            | $$ \\ $$| $$   | $$| $$      | $$ \\ $$\n"
.ascii " | $$ /$$$$| $$$$$$$$| $$ $$/$$ $$| $$$$$         | $$ | $$| $$ / $$/| $$$$$   | $$$$$$$/\n"
.ascii " | $$|_ $$| $$__ $$| $$ $$$| $$| $$__/         | $$ | $$ \\ $$ $$/ | $$__/   | $$__ $$\n"
.ascii " | $$ \\ $$| $$ | $$| $$\\ $ | $$| $$            | $$ | $$ \\ $$$/ | $$      | $$ \\ $$\n"
.ascii " | $$$$$$/| $$ | $$| $$ \\/ | $$| $$$$$$$$      | $$$$$$/   \\ $/   | $$$$$$$$| $$ | $$\n"
.asciz "   \\______/ |__/ |__/|__/    |__/|________/       \\______/    \\_/    |________/|__/ |__/\n"
money_str2:
.asciz "\nYou ended the game with $"
endur_str3:
.asciz "\nYour endurance was "
endur_str4:
.asciz "%\n"
endur_str5:
.asciz "Bad luck. Friends could not help you :(\n"
endur_str6:
.asciz "You are lucky! Friends helped you regain your endurance :)\n"
weather_str1:
.asciz "\nWhat a beautiful day! Your earned extra $"
weather_str2:
.asciz " on panning.\n"
weather_str3:
.asciz "\nUh-oh! Storm and thunders will make you earn $"
weather_str4:
.asciz " less on panning today.\n"
rob_str1:
.asciz "Unfortunately, robbers found their way to your savings. You have been robbed of $"
sland_str1:
.asciz "Someone has been spreading bad rumors about you! Due to this you lost "
sland_str2:
.asciz " friends this week.\n"
garden_str1:
.asciz "\nYou rented a garden for $10.\n"
garden_str2:
.asciz "\nYou don't have enough money to rent a garden.\n"
garden_str3:
.asciz "Your food expenses will be lower by "
garden_str4:
.asciz "Your panning efficiency will be lower by "
garden_str5:
.asciz "% this week.\n"
sunny_day:
.ascii "                         .    |    .    \n"
.ascii "                         \\   |    /      \n"
.ascii "                      `.   \\ '   /   .' \n"
.ascii "                        `. .-*\"\"*-. .'    \n"
.ascii "                   \"*-._ /.*\" \"*.\\ _.-*\"\n"
.ascii "                         : <o> <o> ; ____\n"
.ascii "                   \"\"\"\"':    ..    ;    \n"
.ascii "                   _.-*\" \\ `.__.' / \"*-._\n"
.ascii "                        .' `-.__.-' `.    \n"
.ascii "                      .'   /   . \\   `. \n"
.ascii "                         /    |   \\      \n"
.asciz "                         '    |    `    \n"
rainy_day:
.ascii "       _, .--.\n"
.ascii "      ( / ( '-.\n"
.ascii "      .-=-.    ) -.\n"
.ascii "    /   ( .' .   \\ \n"
.ascii "    \\ ( ' ,_) ) \\_/ \n"
.ascii "      (_ , /\\ ,_/\n"
.ascii "    | '--\\ `\\--`\n"
.ascii "       | _\\ _\\ |\n"
.ascii "    | |   `\\ \\ |\n"
.ascii "      | | _\\_\\ | |\n"
.ascii "    | |   `\\\\ |\n"
.ascii "       | |   \\\\   |\n"
.asciz "          -.'.`\\.'.-\n"

# constants and limits
max_weeks:      .quad 20
min_pan:       .quad 0
max_pan:       .quad 100
min_sluice:    .quad 0
max_sluice:    .quad 1000
min_food:       .quad 30
max_food:       .quad 50
min_endr_down: .quad 10
max_endr_down: .quad 25
This is only a preview of the solution.
Please use the purchase button to see the entire solution.
By purchasing this solution you'll be able to access the following files:
gold_rush.s
Purchase Solution
$83.00
Google Pay
Amazon
Paypal
Mastercard
Visacard
Discover
Amex
View Available Computer Science Tutors 529 tutors matched
Ionut
(ionut)
Hi! MSc Applied Informatics & Computer Science Engineer. Practical experience in many CS & IT branches.Research work & homework
5/5 (5,654+ sessions)
2 hours avg response
Leo
(Leo)
Hi! I have been a professor in New York and taught in a math department and in an applied math department.
4.9/5 (5,652+ sessions)
2 hours avg response
Pranay
(math1983)
Ph.D. in mathematics and working as an Assistant Professor in University. I can provide help in mathematics, statistics and allied areas.
4.6/5 (5,512+ sessions)
1 hour avg response

Similar Homework Solutions

8.1.0PHP Version379msRequest Duration45MBMemory UsageGET college-homework-library/{category}/{subject}/{id}Route
    • Booting (196ms)time
    • Application (183ms)time
    • 1 x Booting (51.67%)
      196ms
      1 x Application (48.33%)
      183ms
      • Illuminate\Routing\Events\Routing (986μs)
      • Illuminate\Routing\Events\RouteMatched (400μs)
      • Illuminate\Foundation\Events\LocaleUpdated (5.07ms)
      • eloquent.booting: App\Models\HomeworkLibrary\HomeworkLibrary (241μs)
      • eloquent.booted: App\Models\HomeworkLibrary\HomeworkLibrary (212μs)
      • Illuminate\Database\Events\ConnectionEstablished (1.18ms)
      • Illuminate\Database\Events\StatementPrepared (23.42ms)
      • Illuminate\Database\Events\QueryExecuted (1.73ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (101μs)
      • eloquent.booting: App\Models\Subject (60μs)
      • eloquent.booted: App\Models\Subject (73μs)
      • Illuminate\Database\Events\StatementPrepared (1.26ms)
      • Illuminate\Database\Events\QueryExecuted (838μs)
      • eloquent.retrieved: App\Models\Subject (241μs)
      • eloquent.booting: App\Models\HomeworkLibrary\HomeworkLibraryFile (152μs)
      • eloquent.booted: App\Models\HomeworkLibrary\HomeworkLibraryFile (43μs)
      • Illuminate\Database\Events\StatementPrepared (805μs)
      • Illuminate\Database\Events\QueryExecuted (3.64ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (93μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (15μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (9μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (6μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (6μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (6μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (6μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (6μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • eloquent.booting: App\Models\SubjectCat (431μs)
      • eloquent.booted: App\Models\SubjectCat (43μs)
      • Illuminate\Database\Events\StatementPrepared (663μs)
      • Illuminate\Database\Events\QueryExecuted (874μs)
      • eloquent.retrieved: App\Models\SubjectCat (100μs)
      • Illuminate\Cache\Events\CacheHit (11.25ms)
      • Illuminate\Cache\Events\CacheMissed (409μs)
      • Illuminate\Database\Events\StatementPrepared (877μs)
      • Illuminate\Database\Events\QueryExecuted (5.89ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (82μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (16μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (8μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (7μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (7μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (6μs)
      • Illuminate\Database\Events\StatementPrepared (688μs)
      • Illuminate\Database\Events\QueryExecuted (844μs)
      • eloquent.retrieved: App\Models\Subject (88μs)
      • Illuminate\Cache\Events\KeyWritten (826μs)
      • Illuminate\Database\Events\StatementPrepared (1.56ms)
      • Illuminate\Database\Events\QueryExecuted (1.12ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (53μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (14μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (8μs)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (5μs)
      • Illuminate\Database\Events\StatementPrepared (1.17ms)
      • Illuminate\Database\Events\QueryExecuted (1.1ms)
      • Illuminate\Database\Events\StatementPrepared (684μs)
      • Illuminate\Database\Events\QueryExecuted (1.08ms)
      • eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (46μs)
      • Illuminate\Cache\Events\CacheHit (400μs)
      • creating: homework.show (344μs)
      • composing: homework.show (85μs)
      • creating: components.breadcrumbs (433μs)
      • composing: components.breadcrumbs (139μs)
      • Illuminate\Database\Events\StatementPrepared (1.5ms)
      • Illuminate\Database\Events\QueryExecuted (1.03ms)
      • eloquent.retrieved: App\Models\SubjectCat (99μs)
      • Illuminate\Cache\Events\CacheMissed (4.36ms)
      • Illuminate\Database\Events\StatementPrepared (803μs)
      • Illuminate\Database\Events\QueryExecuted (1.04ms)
      • eloquent.retrieved: App\Models\SubjectCat (78μs)
      • Illuminate\Cache\Events\KeyWritten (361μs)
      • Illuminate\Cache\Events\CacheHit (1.09ms)
      • Illuminate\Cache\Events\CacheHit (221μs)
      • Illuminate\Cache\Events\CacheHit (130μs)
      • Illuminate\Cache\Events\CacheHit (146μs)
      • Illuminate\Cache\Events\CacheHit (121μs)
      • Illuminate\Cache\Events\CacheHit (131μs)
      • Illuminate\Cache\Events\CacheHit (110μs)
      • Illuminate\Cache\Events\CacheHit (226μs)
      • Illuminate\Cache\Events\CacheHit (126μs)
      • Illuminate\Cache\Events\CacheHit (124μs)
      • Illuminate\Cache\Events\CacheHit (107μs)
      • Illuminate\Cache\Events\CacheHit (119μs)
      • Illuminate\Cache\Events\CacheHit (102μs)
      • Illuminate\Cache\Events\CacheMissed (2.43ms)
      • Illuminate\Database\Events\StatementPrepared (712μs)
      • Illuminate\Database\Events\QueryExecuted (1.17ms)
      • eloquent.retrieved: App\Models\SubjectCat (320μs)
      • Illuminate\Cache\Events\KeyWritten (374μs)
      • Illuminate\Cache\Events\CacheHit (249μs)
      • Illuminate\Cache\Events\CacheHit (193μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (206μs)
      • Illuminate\Cache\Events\CacheHit (130μs)
      • Illuminate\Cache\Events\CacheHit (252μs)
      • Illuminate\Cache\Events\CacheHit (254μs)
      • Illuminate\Cache\Events\CacheMissed (216μs)
      • Illuminate\Database\Events\StatementPrepared (694μs)
      • Illuminate\Database\Events\QueryExecuted (935μs)
      • eloquent.retrieved: App\Models\SubjectCat (197μs)
      • Illuminate\Cache\Events\KeyWritten (346μs)
      • Illuminate\Cache\Events\CacheHit (218μs)
      • Illuminate\Cache\Events\CacheHit (219μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (187μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (275μs)
      • Illuminate\Cache\Events\CacheHit (220μs)
      • Illuminate\Cache\Events\CacheHit (197μs)
      • Illuminate\Cache\Events\CacheHit (171μs)
      • Illuminate\Cache\Events\CacheHit (197μs)
      • Illuminate\Cache\Events\CacheHit (159μs)
      • Illuminate\Cache\Events\CacheHit (196μs)
      • Illuminate\Cache\Events\CacheHit (176μs)
      • Illuminate\Cache\Events\CacheHit (188μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (159μs)
      • Illuminate\Cache\Events\CacheHit (176μs)
      • Illuminate\Cache\Events\CacheHit (203μs)
      • Illuminate\Cache\Events\CacheHit (195μs)
      • Illuminate\Cache\Events\CacheHit (206μs)
      • Illuminate\Cache\Events\CacheHit (204μs)
      • Illuminate\Cache\Events\CacheHit (208μs)
      • Illuminate\Cache\Events\CacheHit (230μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (198μs)
      • Illuminate\Cache\Events\CacheHit (172μs)
      • Illuminate\Cache\Events\CacheHit (239μs)
      • Illuminate\Cache\Events\CacheHit (248μs)
      • Illuminate\Cache\Events\CacheHit (216μs)
      • Illuminate\Cache\Events\CacheHit (135μs)
      • Illuminate\Cache\Events\CacheMissed (158μs)
      • Illuminate\Database\Events\StatementPrepared (656μs)
      • Illuminate\Database\Events\QueryExecuted (2.02ms)
      • eloquent.retrieved: App\Models\SubjectCat (118μs)
      • Illuminate\Cache\Events\KeyWritten (769μs)
      • Illuminate\Cache\Events\CacheHit (220μs)
      • Illuminate\Cache\Events\CacheHit (211μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (201μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (248μs)
      • Illuminate\Cache\Events\CacheHit (169μs)
      • Illuminate\Cache\Events\CacheHit (223μs)
      • Illuminate\Cache\Events\CacheHit (297μs)
      • Illuminate\Cache\Events\CacheHit (205μs)
      • Illuminate\Cache\Events\CacheHit (170μs)
      • Illuminate\Cache\Events\CacheHit (192μs)
      • Illuminate\Cache\Events\CacheHit (165μs)
      • Illuminate\Cache\Events\CacheHit (188μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (194μs)
      • Illuminate\Cache\Events\CacheHit (181μs)
      • Illuminate\Cache\Events\CacheHit (242μs)
      • Illuminate\Cache\Events\CacheHit (196μs)
      • Illuminate\Cache\Events\CacheHit (194μs)
      • Illuminate\Cache\Events\CacheHit (182μs)
      • Illuminate\Cache\Events\CacheHit (209μs)
      • Illuminate\Cache\Events\CacheHit (179μs)
      • Illuminate\Cache\Events\CacheHit (214μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (191μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (195μs)
      • Illuminate\Cache\Events\CacheHit (176μs)
      • Illuminate\Cache\Events\CacheHit (211μs)
      • Illuminate\Cache\Events\CacheHit (178μs)
      • Illuminate\Cache\Events\CacheHit (201μs)
      • Illuminate\Cache\Events\CacheHit (179μs)
      • Illuminate\Cache\Events\CacheHit (206μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (182μs)
      • Illuminate\Cache\Events\CacheHit (159μs)
      • Illuminate\Cache\Events\CacheHit (202μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheMissed (174μs)
      • Illuminate\Database\Events\StatementPrepared (643μs)
      • Illuminate\Database\Events\QueryExecuted (786μs)
      • eloquent.retrieved: App\Models\SubjectCat (84μs)
      • Illuminate\Cache\Events\KeyWritten (1.09ms)
      • Illuminate\Cache\Events\CacheHit (210μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (114μs)
      • Illuminate\Cache\Events\CacheHit (127μs)
      • Illuminate\Cache\Events\CacheHit (107μs)
      • Illuminate\Cache\Events\CacheHit (135μs)
      • Illuminate\Cache\Events\CacheHit (131μs)
      • Illuminate\Cache\Events\CacheMissed (140μs)
      • Illuminate\Database\Events\StatementPrepared (843μs)
      • Illuminate\Database\Events\QueryExecuted (847μs)
      • eloquent.retrieved: App\Models\SubjectCat (80μs)
      • Illuminate\Cache\Events\KeyWritten (309μs)
      • Illuminate\Cache\Events\CacheHit (1.65ms)
      • Illuminate\Cache\Events\CacheHit (250μs)
      • Illuminate\Cache\Events\CacheHit (235μs)
      • Illuminate\Cache\Events\CacheHit (186μs)
      • Illuminate\Cache\Events\CacheHit (128μs)
      • Illuminate\Cache\Events\CacheHit (166μs)
      • Illuminate\Cache\Events\CacheHit (126μs)
      • Illuminate\Cache\Events\CacheHit (140μs)
      • Illuminate\Cache\Events\CacheHit (105μs)
      • Illuminate\Cache\Events\CacheHit (144μs)
      • Illuminate\Cache\Events\CacheHit (134μs)
      • Illuminate\Cache\Events\CacheHit (2.47ms)
      • Illuminate\Cache\Events\CacheHit (199μs)
      • Illuminate\Cache\Events\CacheHit (243μs)
      • Illuminate\Cache\Events\CacheHit (170μs)
      • Illuminate\Cache\Events\CacheHit (194μs)
      • Illuminate\Cache\Events\CacheHit (172μs)
      • Illuminate\Cache\Events\CacheHit (198μs)
      • Illuminate\Cache\Events\CacheHit (170μs)
      • Illuminate\Cache\Events\CacheHit (194μs)
      • Illuminate\Cache\Events\CacheHit (178μs)
      • Illuminate\Cache\Events\CacheHit (201μs)
      • Illuminate\Cache\Events\CacheHit (193μs)
      • Illuminate\Cache\Events\CacheHit (204μs)
      • Illuminate\Cache\Events\CacheHit (175μs)
      • Illuminate\Cache\Events\CacheHit (195μs)
      • Illuminate\Cache\Events\CacheHit (6.04ms)
      • Illuminate\Cache\Events\CacheHit (371μs)
      • Illuminate\Cache\Events\CacheHit (257μs)
      • Illuminate\Cache\Events\CacheMissed (245μs)
      • Illuminate\Database\Events\StatementPrepared (726μs)
      • Illuminate\Database\Events\QueryExecuted (891μs)
      • eloquent.retrieved: App\Models\SubjectCat (99μs)
      • Illuminate\Cache\Events\KeyWritten (309μs)
      • Illuminate\Cache\Events\CacheHit (200μs)
      • Illuminate\Cache\Events\CacheHit (191μs)
      • Illuminate\Cache\Events\CacheHit (169μs)
      • Illuminate\Cache\Events\CacheHit (246μs)
      • Illuminate\Cache\Events\CacheHit (189μs)
      • Illuminate\Cache\Events\CacheHit (199μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • Illuminate\Cache\Events\CacheHit (167μs)
      • Illuminate\Cache\Events\CacheHit (209μs)
      • Illuminate\Cache\Events\CacheHit (154μs)
      • Illuminate\Cache\Events\CacheHit (192μs)
      • Illuminate\Cache\Events\CacheHit (165μs)
      • Illuminate\Cache\Events\CacheHit (187μs)
      • Illuminate\Cache\Events\CacheHit (165μs)
      • Illuminate\Cache\Events\CacheHit (205μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (187μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (188μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (186μs)
      • Illuminate\Cache\Events\CacheHit (176μs)
      • Illuminate\Cache\Events\CacheHit (271μs)
      • Illuminate\Cache\Events\CacheHit (174μs)
      • Illuminate\Cache\Events\CacheHit (195μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (210μs)
      • Illuminate\Cache\Events\CacheHit (165μs)
      • Illuminate\Cache\Events\CacheHit (213μs)
      • Illuminate\Cache\Events\CacheHit (165μs)
      • Illuminate\Cache\Events\CacheHit (187μs)
      • Illuminate\Cache\Events\CacheHit (163μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • Illuminate\Cache\Events\CacheHit (266μs)
      • Illuminate\Cache\Events\CacheHit (190μs)
      • Illuminate\Cache\Events\CacheHit (159μs)
      • Illuminate\Cache\Events\CacheHit (178μs)
      • Illuminate\Cache\Events\CacheHit (155μs)
      • Illuminate\Cache\Events\CacheHit (176μs)
      • Illuminate\Cache\Events\CacheHit (156μs)
      • Illuminate\Cache\Events\CacheHit (182μs)
      • Illuminate\Cache\Events\CacheHit (154μs)
      • Illuminate\Cache\Events\CacheHit (182μs)
      • Illuminate\Cache\Events\CacheHit (198μs)
      • Illuminate\Cache\Events\CacheHit (205μs)
      • Illuminate\Cache\Events\CacheHit (168μs)
      • Illuminate\Cache\Events\CacheHit (202μs)
      • Illuminate\Cache\Events\CacheHit (171μs)
      • Illuminate\Cache\Events\CacheHit (195μs)
      • Illuminate\Cache\Events\CacheHit (174μs)
      • Illuminate\Cache\Events\CacheHit (180μs)
      • Illuminate\Cache\Events\CacheHit (158μs)
      • Illuminate\Cache\Events\CacheHit (184μs)
      • Illuminate\Cache\Events\CacheHit (164μs)
      • Illuminate\Cache\Events\CacheHit (193μs)
      • Illuminate\Cache\Events\CacheHit (153μs)
      • Illuminate\Cache\Events\CacheHit (194μs)
      • Illuminate\Cache\Events\CacheHit (416μs)
      • Illuminate\Cache\Events\CacheHit (288μs)
      • Illuminate\Cache\Events\CacheHit (151μs)
      • Illuminate\Cache\Events\CacheMissed (226μs)
      • Illuminate\Database\Events\StatementPrepared (611μs)
      • Illuminate\Database\Events\QueryExecuted (786μs)
      • eloquent.retrieved: App\Models\SubjectCat (80μs)
      • Illuminate\Cache\Events\KeyWritten (808μs)
      • Illuminate\Cache\Events\CacheHit (217μs)
      • Illuminate\Cache\Events\CacheHit (166μs)
      • Illuminate\Cache\Events\CacheHit (245μs)
      • Illuminate\Cache\Events\CacheHit (193μs)
      • Illuminate\Cache\Events\CacheHit (126μs)
      • Illuminate\Cache\Events\CacheHit (169μs)
      • Illuminate\Cache\Events\CacheHit (115μs)
      • Illuminate\Cache\Events\CacheHit (121μs)
      • Illuminate\Cache\Events\CacheHit (101μs)
      • Illuminate\Cache\Events\CacheHit (118μs)
      • Illuminate\Cache\Events\CacheHit (139μs)
      • Illuminate\Cache\Events\CacheHit (132μs)
      • Illuminate\Cache\Events\CacheHit (202μs)
      • Illuminate\Cache\Events\CacheHit (152μs)
      • Illuminate\Cache\Events\CacheHit (169μs)
      • Illuminate\Cache\Events\CacheHit (135μs)
      • Illuminate\Cache\Events\CacheHit (119μs)
      • Illuminate\Cache\Events\CacheHit (678μs)
      • Illuminate\Cache\Events\CacheHit (117μs)
      • Illuminate\Cache\Events\CacheHit (128μs)
      • Illuminate\Cache\Events\CacheHit (122μs)
      • Illuminate\Cache\Events\CacheHit (130μs)
      • Illuminate\Cache\Events\CacheHit (108μs)
      • Illuminate\Cache\Events\CacheHit (123μs)
      • Illuminate\Cache\Events\CacheHit (106μs)
      • Illuminate\Cache\Events\CacheHit (121μs)
      • Illuminate\Cache\Events\CacheHit (103μs)
      • Illuminate\Cache\Events\CacheHit (175μs)
      • Illuminate\Cache\Events\CacheHit (146μs)
      • Illuminate\Cache\Events\CacheHit (128μs)
      • Illuminate\Cache\Events\CacheHit (107μs)
      • Illuminate\Cache\Events\CacheHit (125μs)
      • Illuminate\Cache\Events\CacheHit (109μs)
      • Illuminate\Cache\Events\CacheHit (127μs)
      • Illuminate\Cache\Events\CacheHit (119μs)
      • Illuminate\Cache\Events\CacheHit (155μs)
      • Illuminate\Cache\Events\CacheHit (127μs)
      • Illuminate\Cache\Events\CacheHit (147μs)
      • Illuminate\Cache\Events\CacheHit (115μs)
      • Illuminate\Cache\Events\CacheHit (136μs)
      • Illuminate\Cache\Events\CacheHit (108μs)
      • Illuminate\Cache\Events\CacheHit (188μs)
      • Illuminate\Cache\Events\CacheHit (118μs)
      • Illuminate\Cache\Events\CacheHit (127μs)
      • Illuminate\Cache\Events\CacheHit (109μs)
      • Illuminate\Cache\Events\CacheHit (123μs)
      • Illuminate\Cache\Events\CacheHit (109μs)
      • Illuminate\Cache\Events\CacheHit (121μs)
      • Illuminate\Cache\Events\CacheHit (112μs)
      • Illuminate\Cache\Events\CacheHit (123μs)
      • Illuminate\Cache\Events\CacheHit (115μs)
      • Illuminate\Cache\Events\CacheHit (128μs)
      • Illuminate\Cache\Events\CacheHit (115μs)
      • Illuminate\Cache\Events\CacheHit (128μs)
      • Illuminate\Cache\Events\CacheHit (108μs)
      • Illuminate\Cache\Events\CacheHit (133μs)
      • Illuminate\Cache\Events\CacheHit (118μs)
      • Illuminate\Cache\Events\CacheHit (132μs)
      • Illuminate\Cache\Events\CacheHit (116μs)
      • Illuminate\Cache\Events\CacheHit (147μs)
      • Illuminate\Cache\Events\CacheHit (116μs)
      • Illuminate\Cache\Events\CacheHit (123μs)
      • Illuminate\Cache\Events\CacheHit (109μs)
      • Illuminate\Cache\Events\CacheHit (132μs)
      • Illuminate\Cache\Events\CacheHit (112μs)
      • Illuminate\Cache\Events\CacheHit (130μs)
      • Illuminate\Cache\Events\CacheHit (114μs)
      • Illuminate\Cache\Events\CacheHit (135μs)
      • Illuminate\Cache\Events\CacheHit (119μs)
      • Illuminate\Cache\Events\CacheHit (161μs)
      • Illuminate\Cache\Events\CacheHit (126μs)
      • Illuminate\Cache\Events\CacheHit (136μs)
      • Illuminate\Cache\Events\CacheHit (114μs)
      • Illuminate\Cache\Events\CacheHit (159μs)
      • Illuminate\Cache\Events\CacheHit (110μs)
      • Illuminate\Cache\Events\CacheHit (148μs)
      • Illuminate\Cache\Events\CacheHit (124μs)
      • Illuminate\Cache\Events\CacheHit (138μs)
      • Illuminate\Cache\Events\CacheHit (107μs)
      • Illuminate\Cache\Events\CacheHit (129μs)
      • Illuminate\Cache\Events\CacheHit (115μs)
      • Illuminate\Cache\Events\CacheHit (114μs)
      • Illuminate\Cache\Events\CacheHit (98μs)
      • Illuminate\Cache\Events\CacheHit (134μs)
      • Illuminate\Cache\Events\CacheHit (115μs)
      • Illuminate\Cache\Events\CacheHit (127μs)
      • Illuminate\Cache\Events\CacheHit (106μs)
      • Illuminate\Cache\Events\CacheHit (120μs)
      • Illuminate\Cache\Events\CacheHit (102μs)
      • Illuminate\Cache\Events\CacheMissed (174μs)
      • Illuminate\Database\Events\StatementPrepared (1ms)
      • Illuminate\Database\Events\QueryExecuted (999μs)
      • eloquent.retrieved: App\Models\SubjectCat (113μs)
      • Illuminate\Cache\Events\KeyWritten (328μs)
      • Illuminate\Cache\Events\CacheHit (194μs)
      • Illuminate\Cache\Events\CacheHit (206μs)
      • Illuminate\Cache\Events\CacheHit (173μs)
      • Illuminate\Cache\Events\CacheHit (197μs)
      • Illuminate\Cache\Events\CacheHit (209μs)
      • Illuminate\Cache\Events\CacheHit (178μs)
      • Illuminate\Cache\Events\CacheHit (158μs)
      • Illuminate\Cache\Events\CacheHit (197μs)
      • Illuminate\Cache\Events\CacheHit (187μs)
      • Illuminate\Cache\Events\CacheHit (451μs)
      • Illuminate\Cache\Events\CacheHit (182μs)
      • Illuminate\Cache\Events\CacheHit (199μs)
      • Illuminate\Cache\Events\CacheHit (176μs)
      • Illuminate\Cache\Events\CacheHit (204μs)
      • Illuminate\Cache\Events\CacheHit (183μs)
      • Illuminate\Cache\Events\CacheHit (208μs)
      • Illuminate\Cache\Events\CacheHit (284μs)
      • creating: site.layouts.app (498μs)
      • composing: site.layouts.app (25μs)
      • creating: components.canonical (395μs)
      • composing: components.canonical (113μs)
      • creating: components.open-graph (264μs)
      • composing: components.open-graph (91μs)
      • creating: site.headers.header (317μs)
      • composing: site.headers.header (87μs)
      • Illuminate\Cache\Events\CacheHit (1.81ms)
      • creating: components.footer (90μs)
      • composing: components.footer (69μs)
      • Illuminate\Cache\Events\CacheHit (850μs)
      • Illuminate\Cache\Events\CacheMissed (322μs)
      • Illuminate\Database\Events\StatementPrepared (634μs)
      • Illuminate\Database\Events\QueryExecuted (1.27ms)
      • eloquent.retrieved: App\Models\SubjectCat (96μs)
      • Illuminate\Cache\Events\KeyWritten (415μs)
      • Illuminate\Cache\Events\CacheHit (300μs)
      • Illuminate\Cache\Events\CacheHit (212μs)
      • Illuminate\Cache\Events\CacheHit (278μs)
      • Illuminate\Cache\Events\CacheHit (313μs)
      • Illuminate\Cache\Events\CacheHit (207μs)
      • Illuminate\Cache\Events\CacheHit (312μs)
      • Illuminate\Cache\Events\CacheHit (328μs)
      • Illuminate\Cache\Events\CacheHit (218μs)
      • Illuminate\Cache\Events\CacheHit (203μs)
      • Illuminate\Cache\Events\CacheHit (203μs)
      • Illuminate\Cache\Events\CacheHit (233μs)
      • Illuminate\Cache\Events\CacheHit (219μs)
      • creating: components.forms.contact-us (252μs)
      • composing: components.forms.contact-us (163μs)
      • creating: components.forms.get-started (120μs)
      • composing: components.forms.get-started (64μs)
      • creating: components.forms.free-tool-download (120μs)
      • composing: components.forms.free-tool-download (70μs)
      • creating: components.forms.claim-free-worksheet (106μs)
      • composing: components.forms.claim-free-worksheet (65μs)
      • creating: components.forms.tutor-subscription-waitlist (104μs)
      • composing: components.forms.tutor-subscription-waitlist (62μs)
      • creating: components.forms.tutor-subscription-join (101μs)
      • composing: components.forms.tutor-subscription-join (66μs)
      • creating: components.forms.tutor-support (101μs)
      • composing: components.forms.tutor-support (66μs)
      • 311 x Illuminate\Cache\Events\CacheHit (20.79%)
        78.81ms
        20 x Illuminate\Database\Events\StatementPrepared (10.54%)
        39.95ms
        20 x Illuminate\Database\Events\QueryExecuted (7.62%)
        28.88ms
        11 x Illuminate\Cache\Events\CacheMissed (2.34%)
        8.85ms
        11 x Illuminate\Cache\Events\KeyWritten (1.56%)
        5.93ms
        1 x Illuminate\Foundation\Events\LocaleUpdated (1.34%)
        5.07ms
        12 x eloquent.retrieved: App\Models\SubjectCat (0.39%)
        1.46ms
        1 x Illuminate\Database\Events\ConnectionEstablished (0.31%)
        1.18ms
        1 x Illuminate\Routing\Events\Routing (0.26%)
        986μs
        1 x creating: site.layouts.app (0.13%)
        498μs
        1 x creating: components.breadcrumbs (0.11%)
        433μs
        1 x eloquent.booting: App\Models\SubjectCat (0.11%)
        431μs
        1 x Illuminate\Routing\Events\RouteMatched (0.11%)
        400μs
        1 x creating: components.canonical (0.1%)
        395μs
        1 x creating: homework.show (0.09%)
        344μs
        25 x eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibraryFile (0.09%)
        333μs
        2 x eloquent.retrieved: App\Models\Subject (0.09%)
        329μs
        1 x creating: site.headers.header (0.08%)
        317μs
        1 x creating: components.open-graph (0.07%)
        264μs
        1 x creating: components.forms.contact-us (0.07%)
        252μs
        1 x eloquent.booting: App\Models\HomeworkLibrary\HomeworkLibrary (0.06%)
        241μs
        7 x eloquent.retrieved: App\Models\HomeworkLibrary\HomeworkLibrary (0.06%)
        227μs
        1 x eloquent.booted: App\Models\HomeworkLibrary\HomeworkLibrary (0.06%)
        212μs
        1 x composing: components.forms.contact-us (0.04%)
        163μs
        1 x eloquent.booting: App\Models\HomeworkLibrary\HomeworkLibraryFile (0.04%)
        152μs
        1 x composing: components.breadcrumbs (0.04%)
        139μs
        1 x creating: components.forms.get-started (0.03%)
        120μs
        1 x creating: components.forms.free-tool-download (0.03%)
        120μs
        1 x composing: components.canonical (0.03%)
        113μs
        1 x creating: components.forms.claim-free-worksheet (0.03%)
        106μs
        1 x creating: components.forms.tutor-subscription-waitlist (0.03%)
        104μs
        1 x creating: components.forms.tutor-subscription-join (0.03%)
        101μs
        1 x creating: components.forms.tutor-support (0.03%)
        101μs
        1 x composing: components.open-graph (0.02%)
        91μs
        1 x creating: components.footer (0.02%)
        90μs
        1 x composing: site.headers.header (0.02%)
        87μs
        1 x composing: homework.show (0.02%)
        85μs
        1 x eloquent.booted: App\Models\Subject (0.02%)
        73μs
        1 x composing: components.forms.free-tool-download (0.02%)
        70μs
        1 x composing: components.footer (0.02%)
        69μs
        1 x composing: components.forms.tutor-subscription-join (0.02%)
        66μs
        1 x composing: components.forms.tutor-support (0.02%)
        66μs
        1 x composing: components.forms.claim-free-worksheet (0.02%)
        65μs
        1 x composing: components.forms.get-started (0.02%)
        64μs
        1 x composing: components.forms.tutor-subscription-waitlist (0.02%)
        62μs
        1 x eloquent.booting: App\Models\Subject (0.02%)
        60μs
        1 x eloquent.booted: App\Models\HomeworkLibrary\HomeworkLibraryFile (0.01%)
        43μs
        1 x eloquent.booted: App\Models\SubjectCat (0.01%)
        43μs
        1 x composing: site.layouts.app (0.01%)
        25μs
      14 templates were rendered
      • 1x homework.showshow.blade.phpblade
      • 1x components.breadcrumbsbreadcrumbs.blade.phpblade
      • 1x site.layouts.appapp.blade.phpblade
      • 1x components.canonicalcanonical.blade.phpblade
      • 1x components.open-graphopen-graph.blade.phpblade
      • 1x site.headers.headerheader.blade.phpblade
      • 1x components.footerfooter.blade.phpblade
      • 1x components.forms.contact-uscontact-us.blade.phpblade
      • 1x components.forms.get-startedget-started.blade.phpblade
      • 1x components.forms.free-tool-downloadfree-tool-download.blade.phpblade
      • 1x components.forms.claim-free-worksheetclaim-free-worksheet.blade.phpblade
      • 1x components.forms.tutor-subscription-waitlisttutor-subscription-waitlist.blade.phpblade
      • 1x components.forms.tutor-subscription-jointutor-subscription-join.blade.phpblade
      • 1x components.forms.tutor-supporttutor-support.blade.phpblade
      uri
      GET college-homework-library/{category}/{subject}/{id}
      middleware
      web, utm.parameters
      controller
      App\Http\Controllers\HomeworkLibraryController@show
      namespace
      where
      as
      homework.show
      file
      app/Http/Controllers/HomeworkLibraryController.php:79-176
      20 statements were executed, 5 of which were duplicates, 15 unique. Show only duplicated53.77ms
      • Connection Establishedtwenty4_siteHomeworkLibraryController.php#91
        Backtrace
        • 13. app/Http/Controllers/HomeworkLibraryController.php:91
        • 14. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 15. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `solutionslibrary` where `status` = 'published' and `price` > 0 and `solutionslibrary`.`id` = '55340' limit 1
        24.26mstwenty4_siteHomeworkLibraryController.php#97
        Bindings
        • 0: published
        • 1: 0
        • 2: 55340
        Backtrace
        • 16. app/Http/Controllers/HomeworkLibraryController.php:97
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `subjects` where `subjects`.`id` in (200)
        960μstwenty4_siteHomeworkLibraryController.php#97
        Backtrace
        • 21. app/Http/Controllers/HomeworkLibraryController.php:97
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `solutionslibrary_files` where `solutionslibrary_files`.`solutionlib_id` in (55340)
        3.84mstwenty4_siteHomeworkLibraryController.php#97
        Backtrace
        • 21. app/Http/Controllers/HomeworkLibraryController.php:97
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `subject_cats` where `subject_cats`.`id` = 3 limit 1
        980μstwenty4_siteHomeworkLibrary.php#201
        Bindings
        • 0: 3
        Backtrace
        • 20. app/Models/HomeworkLibrary/HomeworkLibrary.php:201
        • 26. app/Http/Controllers/HomeworkLibraryController.php:105
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `solutionslibrary` where `id` <> 55340 and `subject` = 200 and `status` = 'published' and `price` > 0 order by RAND() limit 6
        6.05mstwenty4_siteHomeworkLibraryRepository.php#30
        Bindings
        • 0: 55340
        • 1: 200
        • 2: published
        • 3: 0
        Backtrace
        • 14. app/Repositories/HomeworkLibraryRepository.php:30
        • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 16. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 18. app/Repositories/HomeworkLibraryRepository.php:39
        • 19. app/Http/Controllers/HomeworkLibraryController.php:139
      • select * from `subjects` where `subjects`.`id` in (200)
        990μstwenty4_siteHomeworkLibraryRepository.php#30
        Backtrace
        • 19. app/Repositories/HomeworkLibraryRepository.php:30
        • 20. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 21. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 23. app/Repositories/HomeworkLibraryRepository.php:39
        • 24. app/Http/Controllers/HomeworkLibraryController.php:139
      • select * from `solutionslibrary_files` where `solutionslibrary_files`.`solutionlib_id` = 55340 and `solutionslibrary_files`.`solutionlib_id` is not null and `publish` = 'question' order by `order` asc, `id` asc
        1.16mstwenty4_siteHomeworkLibrary.php#260
        Bindings
        • 0: 55340
        • 1: question
        Backtrace
        • 15. app/Models/HomeworkLibrary/HomeworkLibrary.php:260
        • 16. app/Transformers/HomeworkLibrary/HomeworkLibraryTransformer.php:58
        • 19. vendor/league/fractal/src/TransformerAbstract.php:128
        • 20. vendor/league/fractal/src/TransformerAbstract.php:107
        • 21. vendor/league/fractal/src/Scope.php:383
      • select * from `solutionslibrary_files` where `solutionslibrary_files`.`solutionlib_id` = 55340 and `solutionslibrary_files`.`solutionlib_id` is not null and `publish` = 'teaser' order by `order` asc, `id` asc
        1.19mstwenty4_siteHomeworkLibrary.php#260
        Bindings
        • 0: 55340
        • 1: teaser
        Backtrace
        • 15. app/Models/HomeworkLibrary/HomeworkLibrary.php:260
        • 16. app/Transformers/HomeworkLibrary/HomeworkLibraryTransformer.php:69
        • 19. vendor/league/fractal/src/TransformerAbstract.php:128
        • 20. vendor/league/fractal/src/TransformerAbstract.php:107
        • 21. vendor/league/fractal/src/Scope.php:383
      • select * from `solutionslibrary_files` where `solutionslibrary_files`.`solutionlib_id` = 55340 and `solutionslibrary_files`.`solutionlib_id` is not null and `publish` = 'solution' order by `order` asc, `id` asc
        1.21mstwenty4_siteHomeworkLibrary.php#260
        Bindings
        • 0: 55340
        • 1: solution
        Backtrace
        • 15. app/Models/HomeworkLibrary/HomeworkLibrary.php:260
        • 16. app/Transformers/HomeworkLibrary/HomeworkLibraryTransformer.php:80
        • 19. vendor/league/fractal/src/TransformerAbstract.php:128
        • 20. vendor/league/fractal/src/TransformerAbstract.php:107
        • 21. vendor/league/fractal/src/Scope.php:383
      • select * from `subject_cats` where `subject_cats`.`id` = 3 limit 1
        1.03mstwenty4_siteHomeworkLibrary.php#201
        Bindings
        • 0: 3
        Backtrace
        • 20. app/Models/HomeworkLibrary/HomeworkLibrary.php:201
        • 32. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 33. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 34. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 35. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `subject_cats` where `subject_cats`.`id` = 1 limit 1
        1.16mstwenty4_siteSubject.php#100
        Bindings
        • 0: 1
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 34. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `subject_cats` where `subject_cats`.`id` = 3 limit 1
        1.09mstwenty4_siteSubject.php#100
        Bindings
        • 0: 3
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 34. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `subject_cats` where `subject_cats`.`id` = 4 limit 1
        1.02mstwenty4_siteSubject.php#100
        Bindings
        • 0: 4
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 34. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `subject_cats` where `subject_cats`.`id` = 10 limit 1
        2.06mstwenty4_siteSubject.php#100
        Bindings
        • 0: 10
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 34. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `subject_cats` where `subject_cats`.`id` = 33 limit 1
        920μstwenty4_siteSubject.php#100
        Bindings
        • 0: 33
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 34. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `subject_cats` where `subject_cats`.`id` = 11 limit 1
        1.22mstwenty4_siteSubject.php#100
        Bindings
        • 0: 11
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 34. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `subject_cats` where `subject_cats`.`id` = 5 limit 1
        1.03mstwenty4_siteSubject.php#100
        Bindings
        • 0: 5
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 34. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `subject_cats` where `subject_cats`.`id` = 34 limit 1
        970μstwenty4_siteSubject.php#100
        Bindings
        • 0: 34
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 34. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `subject_cats` where `subject_cats`.`id` = 31 limit 1
        1.42mstwenty4_siteSubject.php#100
        Bindings
        • 0: 31
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 34. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • select * from `subject_cats` where `subject_cats`.`id` = 36 limit 1
        1.21mstwenty4_siteSubject.php#100
        Bindings
        • 0: 36
        Backtrace
        • 18. app/Models/Subject.php:100
        • 19. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
        • 20. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:419
        • 22. app/Models/Subject.php:101
        • 28. view::components.footer:170
      App\Models\HomeworkLibrary\HomeworkLibraryFile
      25HomeworkLibraryFile.php
      App\Models\SubjectCat
      12SubjectCat.php
      App\Models\HomeworkLibrary\HomeworkLibrary
      7HomeworkLibrary.php
      App\Models\Subject
      2Subject.php
          _token
          2d4RmgTkmzITck9so3D2VFSswI2ZejYHzoqpcG5j
          utm_source
          direct
          redirectUrl
          /college-homework-library/Computer-Science/Assembly-Language-Programming/55340
          _previous
          array:1 [ "url" => "https://staging.dev.24houranswers.com/college-homework-library/Computer-Scienc...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /college-homework-library/Computer-Science/Assembly-Language-Programming/55340
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-680ed0f8-1a5e890d43a6de6a45d03aea" ] "host" => array:1 [ 0 => "staging.dev.24houranswers.com" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "3.147.76.86" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 28 Apr 2025 00:51:04 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkZLWFRkajdEaVdOYW9mdGdUNzg5aUE9PSIsInZhbHVlIjoiR0RZcG1SbW95bVprTGU3bFNDS2ZIbC9TSzhOQ1A2TnZiRnZkK2pFQlQ5ZjhxNXlWMXowR1FkYlllZkw0WmVBdWJ4SXArN1laWW5nSFd3SXlYNVpkQlpJRDNIdHpscWNKRCt5U2R5ZDRNZnFWZVdwVHRHTXJaMmtWQTdyZkpFUG4iLCJtYWMiOiI3OGY5YTM1NjdmYTA2NzJiNWY2N2E0YjIyYTg5OTNmMmViYmU3ZjZjNTU2NWIxMjA4ZWUyMmU5ZGZjNjAyNDUyIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 02:51:04 GMT; Max-Age=7200; path=/; domain=.24houranswers.com; samesite=laxXSRF-TOKEN=eyJpdiI6IkZLWFRkajdEaVdOYW9mdGdUNzg5aUE9PSIsInZhbHVlIjoiR0RZcG1SbW95bVprTGU3bFNDS2ZIbC9TSzhOQ1A2TnZiRnZkK2pFQlQ5ZjhxNXlWMXowR1FkYlllZkw0WmVBdWJ4SXArN" 1 => "24houranswers_session=eyJpdiI6InZ0U2gyczJ1VFJEWkVzZlRtWnMvUWc9PSIsInZhbHVlIjoiVVBHcFlBV09xL1ZNbk1oT1M3Z041bDdkdjBvVERXb0NMaTlYTXVvcDhLWW5yS080M05FV2hmYVRnK21YZGREakxIdytMVzhJTTlxTnhHSmpkamFjSEEyZ3JEd1NiNlFUNVdEZTZFV0RFUVpMT2o2VS91MEY3d1krQXJVR1pSS3MiLCJtYWMiOiI5MmFiNTA1NTE2MjVlMTVmNTcwOTc5OGEyZTVjZWVlMDU2ZjQxNTAwZWM0MDkwNTU3ZWFhYmIxZmQ1MWQ3YWY0IiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 02:51:04 GMT; Max-Age=7200; path=/; domain=.24houranswers.com; httponly; samesite=lax24houranswers_session=eyJpdiI6InZ0U2gyczJ1VFJEWkVzZlRtWnMvUWc9PSIsInZhbHVlIjoiVVBHcFlBV09xL1ZNbk1oT1M3Z041bDdkdjBvVERXb0NMaTlYTXVvcDhLWW5yS080M05FV2hmYVRnK21YZG" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkZLWFRkajdEaVdOYW9mdGdUNzg5aUE9PSIsInZhbHVlIjoiR0RZcG1SbW95bVprTGU3bFNDS2ZIbC9TSzhOQ1A2TnZiRnZkK2pFQlQ5ZjhxNXlWMXowR1FkYlllZkw0WmVBdWJ4SXArN1laWW5nSFd3SXlYNVpkQlpJRDNIdHpscWNKRCt5U2R5ZDRNZnFWZVdwVHRHTXJaMmtWQTdyZkpFUG4iLCJtYWMiOiI3OGY5YTM1NjdmYTA2NzJiNWY2N2E0YjIyYTg5OTNmMmViYmU3ZjZjNTU2NWIxMjA4ZWUyMmU5ZGZjNjAyNDUyIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 02:51:04 GMT; domain=.24houranswers.com; path=/XSRF-TOKEN=eyJpdiI6IkZLWFRkajdEaVdOYW9mdGdUNzg5aUE9PSIsInZhbHVlIjoiR0RZcG1SbW95bVprTGU3bFNDS2ZIbC9TSzhOQ1A2TnZiRnZkK2pFQlQ5ZjhxNXlWMXowR1FkYlllZkw0WmVBdWJ4SXArN" 1 => "24houranswers_session=eyJpdiI6InZ0U2gyczJ1VFJEWkVzZlRtWnMvUWc9PSIsInZhbHVlIjoiVVBHcFlBV09xL1ZNbk1oT1M3Z041bDdkdjBvVERXb0NMaTlYTXVvcDhLWW5yS080M05FV2hmYVRnK21YZGREakxIdytMVzhJTTlxTnhHSmpkamFjSEEyZ3JEd1NiNlFUNVdEZTZFV0RFUVpMT2o2VS91MEY3d1krQXJVR1pSS3MiLCJtYWMiOiI5MmFiNTA1NTE2MjVlMTVmNTcwOTc5OGEyZTVjZWVlMDU2ZjQxNTAwZWM0MDkwNTU3ZWFhYmIxZmQ1MWQ3YWY0IiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 02:51:04 GMT; domain=.24houranswers.com; path=/; httponly24houranswers_session=eyJpdiI6InZ0U2gyczJ1VFJEWkVzZlRtWnMvUWc9PSIsInZhbHVlIjoiVVBHcFlBV09xL1ZNbk1oT1M3Z041bDdkdjBvVERXb0NMaTlYTXVvcDhLWW5yS080M05FV2hmYVRnK21YZG" ] ]
          session_attributes
          0 of 0
          array:6 [ "_token" => "2d4RmgTkmzITck9so3D2VFSswI2ZejYHzoqpcG5j" "utm_source" => "direct" "redirectUrl" => "/college-homework-library/Computer-Science/Assembly-Language-Programming/55340" "_previous" => array:1 [ "url" => "https://staging.dev.24houranswers.com/college-homework-library/Computer-Science/Assembly-Language-Programming/55340" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]